diff options
author | Daniel Baumann <daniel@debian.org> | 2010-11-23 12:31:15 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:36 +0100 |
commit | 68e8fd157e6a2c934def80dc9055c9b6d685d1b6 (patch) | |
tree | 32a400bd571dac0b0e86bbde8e6ccb13d1b12c2a | |
parent | 813f5227ab37641926ef1669ad185376abc904de (diff) | |
download | vyos-live-build-68e8fd157e6a2c934def80dc9055c9b6d685d1b6.tar.gz vyos-live-build-68e8fd157e6a2c934def80dc9055c9b6d685d1b6.zip |
Renaming 'packages lists' to 'package lists' all over the place.
337 files changed, 17155 insertions, 17155 deletions
@@ -64,7 +64,7 @@ else # Standard options LB_BINARY_IMAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])binary_images=[-a-z]+' | cut -f 2 -d '=' | head -n1) LB_DISTRIBUTION=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])distribution=[a-z]+' | cut -f 2 -d '=' | head -n1) - LB_PACKAGES_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages_lists=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1) + LB_PACKAGE_LISTS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])package_lists=[-0-9a-z]+' | cut -f 2 -d '=' | head -n1) LB_TASKS=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])tasks=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1) LB_PACKAGES=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])packages=[-0-9a-zA-Z. _]+' | cut -f 2 -d '=' | head -n1) @@ -132,7 +132,7 @@ else -e "s/EMAIL/${_EMAIL}/" \ -e "s/LB_BINARY_IMAGES/${LB_BINARY_IMAGES}/" \ -e "s/LB_DISTRIBUTION/${LB_DISTRIBUTION}/" \ - -e "s/LB_PACKAGES_LISTS/${LB_PACKAGES_LISTS}/" \ + -e "s/LB_PACKAGE_LISTS/${LB_PACKAGE_LISTS}/" \ -e "s/LB_TASKS/${LB_TASKS}/" \ -e "s/LB_PACKAGES/${LB_PACKAGES}/" \ -e "s/LB_ARCHITECTURE/${LB_ARCHITECTURE}/" \ @@ -181,7 +181,7 @@ REMOTE_ADDR="${REMOTE_ADDR}" # Standard options LB_BINARY_IMAGES="${LB_BINARY_IMAGES}" LB_DISTRIBUTION="${LB_DISTRIBUTION}" -LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS}" +LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS}" LB_TASKS="${LB_TASKS}" LB_PACKAGES="${LB_PACKAGES}" @@ -226,7 +226,7 @@ LB_REPOSITORIES="${LB_REPOSITORIES}" EOF echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: add web build (${_BUILD}) from ${REMOTE_ADDR}." >> /var/log/live - echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|packages_lists ${LB_PACKAGES_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|architecture ${LB_ARCHITECTURE}|mirror_bootstrap_security ${LB_MIRROR_BOOTSTRAP}|mirror_bootstrap ${LB_MIRROR_BOOTSTRAP}|mirror_binary_security ${LB_MIRROR_BINARY_SECURITY}|mirror_binary ${LB_MIRROR_BINARY}|archive_areas ${LB_ARCHIVE_AREAS}|chroot_filesystem ${LB_CHROOT_FILESYSTEM}|linux_flavours ${LB_LINUX_FLAVOURS}|security ${LB_SECURITY}|sysvinit ${LB_SYSVINIT}|binary_indices ${LB_BINARY_INDICES}|bootappend_install ${LB_BOOTAPPEND_INSTALL}|bootappend_live ${LB_BOOTAPPEND_LIVE}|bootloader ${LB_BOOTLOADER}|debian_installer ${LB_DEBIAN_INSTALLER}|encryption ${LB_ENCRYPTION}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_NET_ROOT_PATH}|net_server ${LB_NET_ROOT_SERVER}|source_images ${LB_SOURCE_IMAGES}|source ${LB_SOURCE}|custom_bootstrap ${_CUSTOM_BOOTSTRAP}|custom_binary ${_CUSTOM_BINARY}\n" >> /var/log/live + echo "$(date +%b\ %d\ %H:%M:%S) ${HOSTNAME} live-build.cgi: options ${_BUILD} |email ${_EMAIL}|binary_images ${LB_BINARY_IMAGES}|distribution ${LB_DISTRIBUTION}|package_lists ${LB_PACKAGE_LISTS}|tasks ${LB_TASKS}|packages ${LB_PACKAGES}|architecture ${LB_ARCHITECTURE}|mirror_bootstrap_security ${LB_MIRROR_BOOTSTRAP}|mirror_bootstrap ${LB_MIRROR_BOOTSTRAP}|mirror_binary_security ${LB_MIRROR_BINARY_SECURITY}|mirror_binary ${LB_MIRROR_BINARY}|archive_areas ${LB_ARCHIVE_AREAS}|chroot_filesystem ${LB_CHROOT_FILESYSTEM}|linux_flavours ${LB_LINUX_FLAVOURS}|security ${LB_SECURITY}|sysvinit ${LB_SYSVINIT}|binary_indices ${LB_BINARY_INDICES}|bootappend_install ${LB_BOOTAPPEND_INSTALL}|bootappend_live ${LB_BOOTAPPEND_LIVE}|bootloader ${LB_BOOTLOADER}|debian_installer ${LB_DEBIAN_INSTALLER}|encryption ${LB_ENCRYPTION}|iso_application ${LB_ISO_APPLICATION}|iso_preparer ${LB_ISO_PREPARER}|iso_publisher ${LB_ISO_PUBLISHER}|iso_volume ${LB_ISO_VOLUME}|memtest ${LB_MEMTEST}|net_path ${LB_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 fi sed -e "s/VERSION/${VERSION}/" "${_TEMPLATES}"/footer.html @@ -68,7 +68,7 @@ then _REMOTE_ADDR=`awk -F\" '/^REMOTE_ADDR=/{print $2}' ${_FILE}` _LB_ARCHITECTURE=`awk -F\" '/^LB_ARCHITECTURE=/{print $2}' ${_FILE}` _LB_DISTRIBUTION=`awk -F\" '/^LB_DISTRIBUTION=/{print $2}' ${_FILE}` - _LB_PACKAGES_LISTS=`awk -F\" '/^LB_PACKAGES_LISTS=/{print $2}' ${_FILE}` + _LB_PACKAGE_LISTS=`awk -F\" '/^LB_PACKAGE_LISTS=/{print $2}' ${_FILE}` _LB_PACKAGES=`awk -F\" '/^LB_PACKAGES=/{print $2}' ${_FILE}` # Pull in the custom bootstrap _CUSTOM_BOOTSTRAP=`awk -F\" '/^_CUSTOM_BOOTSTRAP=/{print $2}' ${_FILE}` @@ -112,10 +112,10 @@ then if [ "${_ERRORCONFIG}" -eq "0" ] && [ "${_ERRORBUILD}" -eq "0" ] then _STATUS="maybe-successful" - echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGES_LISTS}/${_LB_PACKAGES}\" 200 - \"-\" \"\"">>/var/log/live-cgi.builds + echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGE_LISTS}/${_LB_PACKAGES}\" 200 - \"-\" \"\"">>/var/log/live-cgi.builds else _STATUS="maybe-failed" - echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGES_LISTS}/${_LB_PACKAGES}\" 404 - \"-\" \"\"">>/var/log/live-cgi.builds + echo "${_REMOTE_ADDR} - - `date +[%d/%b/%Y:%H:%m:%S\ %z]` \"${_BUILD} ${_LB_ARCHITECTURE}/${_LB_DISTRIBUTION}/${_LB_PACKAGE_LISTS}/${_LB_PACKAGES}\" 404 - \"-\" \"\"">>/var/log/live-cgi.builds fi sed -e "s/BUILD/${_BUILD}/g" \ diff --git a/functions/defaults.sh b/functions/defaults.sh index c801656e7..42d18bcc4 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -682,7 +682,7 @@ Set_defaults () ;; *) - LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS:-standard}" + LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS:-standard}" ;; esac @@ -700,7 +700,7 @@ Set_defaults () esac # Setting tasks string - for LIST in ${LB_PACKAGES_LISTS} + for LIST in ${LB_PACKAGE_LISTS} do case "${LIST}" in stripped|minimal) @@ -708,7 +708,7 @@ Set_defaults () ;; gnome-desktop) - LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|gnome-desktop||') standard-x11" + LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|gnome-desktop||') standard-x11" case "${LB_DISTRIBUTION}" in lenny) LB_TASKS="$(echo ${LB_TASKS} | sed -e 's|standard||' -e 's|gnome-desktop||' -e 's|desktop||') standard gnome-desktop desktop" @@ -721,7 +721,7 @@ Set_defaults () ;; kde-desktop) - LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|kde-desktop||') standard-x11" + LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|kde-desktop||') standard-x11" case "${LB_DISTRIBUTION}" in lenny) @@ -734,7 +734,7 @@ Set_defaults () ;; lxde-desktop) - LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|lxde-desktop||') standard-x11" + LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|lxde-desktop||') standard-x11" case "${LB_DISTRIBUTION}" in lenny) @@ -748,7 +748,7 @@ Set_defaults () ;; xfce-desktop) - LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's|xfce-desktop||') standard-x11" + LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's|xfce-desktop||') standard-x11" case "${LB_DISTRIBUTION}" in lenny) @@ -763,7 +763,7 @@ Set_defaults () esac done - LB_PACKAGES_LISTS="$(echo ${LB_PACKAGES_LISTS} | sed -e 's| ||g')" + LB_PACKAGE_LISTS="$(echo ${LB_PACKAGE_LISTS} | sed -e 's| ||g')" LB_TASKS="$(echo ${LB_TASKS} | sed -e 's| ||g')" # Setting security updates option @@ -818,7 +818,7 @@ Set_defaults () esac # Setting apt indices - if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b" + if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b" then LB_APT_INDICES="${LB_APT_INDICES:-none}" else @@ -1112,12 +1112,12 @@ Check_defaults () fi fi - if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b" + if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b" then # aptitude + stripped|minimal if [ "${LB_APT}" = "aptitude" ] then - Echo_warning "You selected LB_PACKAGES_LISTS='%s' and LB_APT='aptitude'" "${LB_PACKAGES_LIST}. This configuration is potentially unsafe, as aptitude is not used in the stripped/minimal package lists." + Echo_warning "You selected LB_PACKAGE_LISTS='%s' and LB_APT='aptitude'" "${LB_PACKAGE_LIST}. This configuration is potentially unsafe, as aptitude is not used in the stripped/minimal package lists." fi fi @@ -1174,7 +1174,7 @@ Check_defaults () Echo_warning "You have specified a value of LB_ISO_VOLUME that is too long; the maximum length is 32 characters." fi - if echo ${LB_PACKAGES_LISTS} | grep -qs -E "(stripped|minimal)\b" + if echo ${LB_PACKAGE_LISTS} | grep -qs -E "(stripped|minimal)\b" then if [ "${LB_APT_INDICES}" = "true" ] then diff --git a/functions/packageslists.sh b/functions/packagelists.sh index 94f016fbf..94f016fbf 100755 --- a/functions/packageslists.sh +++ b/functions/packagelists.sh diff --git a/manpages/de/lb.de.1 b/manpages/de/lb.de.1 index 08345ff57..209bfa3dd 100644 --- a/manpages/de/lb.de.1 +++ b/manpages/de/lb.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb\fP \- wrapper for live\-build programs diff --git a/manpages/de/lb_binary.de.1 b/manpages/de/lb_binary.de.1 index 8e41cd2a2..eb2d095dc 100644 --- a/manpages/de/lb_binary.de.1 +++ b/manpages/de/lb_binary.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_checksums.de.1 b/manpages/de/lb_binary_checksums.de.1 index 738f4582a..344532c30 100644 --- a/manpages/de/lb_binary_checksums.de.1 +++ b/manpages/de/lb_binary_checksums.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_checksums\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_chroot.de.1 b/manpages/de/lb_binary_chroot.de.1 index fbc573b29..b40df4a81 100644 --- a/manpages/de/lb_binary_chroot.de.1 +++ b/manpages/de/lb_binary_chroot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_chroot\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_debian-installer.de.1 b/manpages/de/lb_binary_debian-installer.de.1 index ac5395be2..12fea47db 100644 --- a/manpages/de/lb_binary_debian-installer.de.1 +++ b/manpages/de/lb_binary_debian-installer.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_debian\-installer\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_disk.de.1 b/manpages/de/lb_binary_disk.de.1 index a66684fc6..94a8d47c6 100644 --- a/manpages/de/lb_binary_disk.de.1 +++ b/manpages/de/lb_binary_disk.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_disk\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_encryption.de.1 b/manpages/de/lb_binary_encryption.de.1 index 3f22d7306..7333eb8d0 100644 --- a/manpages/de/lb_binary_encryption.de.1 +++ b/manpages/de/lb_binary_encryption.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_encryption\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_grub.de.1 b/manpages/de/lb_binary_grub.de.1 index c26833e08..20e62defc 100644 --- a/manpages/de/lb_binary_grub.de.1 +++ b/manpages/de/lb_binary_grub.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_grub\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_grub2.de.1 b/manpages/de/lb_binary_grub2.de.1 index 93e196f55..fa2793a51 100644 --- a/manpages/de/lb_binary_grub2.de.1 +++ b/manpages/de/lb_binary_grub2.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_grub2\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_includes.de.1 b/manpages/de/lb_binary_includes.de.1 index f485b5948..ce3b6cf63 100644 --- a/manpages/de/lb_binary_includes.de.1 +++ b/manpages/de/lb_binary_includes.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_includes\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_iso.de.1 b/manpages/de/lb_binary_iso.de.1 index 6dd7d8323..34af70150 100644 --- a/manpages/de/lb_binary_iso.de.1 +++ b/manpages/de/lb_binary_iso.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_iso\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_linux-image.de.1 b/manpages/de/lb_binary_linux-image.de.1 index 9347c9801..11db793db 100644 --- a/manpages/de/lb_binary_linux-image.de.1 +++ b/manpages/de/lb_binary_linux-image.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_linux\-image\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_local-hooks.de.1 b/manpages/de/lb_binary_local-hooks.de.1 index d05702408..4e56d60a8 100644 --- a/manpages/de/lb_binary_local-hooks.de.1 +++ b/manpages/de/lb_binary_local-hooks.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_local\-hooks\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_local-includes.de.1 b/manpages/de/lb_binary_local-includes.de.1 index 7c85c11bd..d4ed96f24 100644 --- a/manpages/de/lb_binary_local-includes.de.1 +++ b/manpages/de/lb_binary_local-includes.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_local\-includes\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_local-packageslists.de.1 b/manpages/de/lb_binary_local-packagelists.de.1 index bfc5c4d61..81d643da1 100644 --- a/manpages/de/lb_binary_local-packageslists.de.1 +++ b/manpages/de/lb_binary_local-packagelists.de.1 @@ -3,22 +3,22 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME -\fBlb binary_local\-packageslists\fP \- Complete the binary stage +\fBlb binary_local\-packagelists\fP \- Complete the binary stage .SH SYNOPSIS -\fBlb binary_local\-packageslists\fP [\fIlive\-build options\fP] +\fBlb binary_local\-packagelists\fP [\fIlive\-build options\fP] .SH DESCRIPTION -\fBlb binary_local\-packageslists\fP is a low\-level command (plumbing) of +\fBlb binary_local\-packagelists\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb binary_local\-packageslists\fP has no specific options but understands all +\fBlb binary_local\-packagelists\fP has no specific options but understands all generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build options. diff --git a/manpages/de/lb_binary_manifest.de.1 b/manpages/de/lb_binary_manifest.de.1 index 1d143b77f..50bed7f09 100644 --- a/manpages/de/lb_binary_manifest.de.1 +++ b/manpages/de/lb_binary_manifest.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_manifest\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_memtest.de.1 b/manpages/de/lb_binary_memtest.de.1 index d22cfe89d..e6c47d166 100644 --- a/manpages/de/lb_binary_memtest.de.1 +++ b/manpages/de/lb_binary_memtest.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_memtest\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_net.de.1 b/manpages/de/lb_binary_net.de.1 index 7243fb648..247c2c578 100644 --- a/manpages/de/lb_binary_net.de.1 +++ b/manpages/de/lb_binary_net.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_net\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_rootfs.de.1 b/manpages/de/lb_binary_rootfs.de.1 index d4f46a374..97875c773 100644 --- a/manpages/de/lb_binary_rootfs.de.1 +++ b/manpages/de/lb_binary_rootfs.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_rootfs\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_silo.de.1 b/manpages/de/lb_binary_silo.de.1 index ef227924a..0a08e9792 100644 --- a/manpages/de/lb_binary_silo.de.1 +++ b/manpages/de/lb_binary_silo.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_silo\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_syslinux.de.1 b/manpages/de/lb_binary_syslinux.de.1 index 94a73eb04..30586778c 100644 --- a/manpages/de/lb_binary_syslinux.de.1 +++ b/manpages/de/lb_binary_syslinux.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_syslinux\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_tar.de.1 b/manpages/de/lb_binary_tar.de.1 index 1934a53ff..37396ae60 100644 --- a/manpages/de/lb_binary_tar.de.1 +++ b/manpages/de/lb_binary_tar.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_tar\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_usb.de.1 b/manpages/de/lb_binary_usb.de.1 index fb6b95575..a3228f7f6 100644 --- a/manpages/de/lb_binary_usb.de.1 +++ b/manpages/de/lb_binary_usb.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_usb\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_virtual-hdd.de.1 b/manpages/de/lb_binary_virtual-hdd.de.1 index a24aead7c..526a3e0ed 100644 --- a/manpages/de/lb_binary_virtual-hdd.de.1 +++ b/manpages/de/lb_binary_virtual-hdd.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_virtual\-hdd\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_win32-loader.de.1 b/manpages/de/lb_binary_win32-loader.de.1 index cd9c9cf74..c30ae8912 100644 --- a/manpages/de/lb_binary_win32-loader.de.1 +++ b/manpages/de/lb_binary_win32-loader.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_win32\-loader\fP \- Complete the binary stage diff --git a/manpages/de/lb_binary_yaboot.de.1 b/manpages/de/lb_binary_yaboot.de.1 index 19805bea3..287340de4 100644 --- a/manpages/de/lb_binary_yaboot.de.1 +++ b/manpages/de/lb_binary_yaboot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_yaboot\fP \- Complete the binary stage diff --git a/manpages/de/lb_bootstrap.de.1 b/manpages/de/lb_bootstrap.de.1 index cf165cca5..f82e1bd46 100644 --- a/manpages/de/lb_bootstrap.de.1 +++ b/manpages/de/lb_bootstrap.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap\fP \- Complete the bootstrap stage diff --git a/manpages/de/lb_bootstrap_cache.de.1 b/manpages/de/lb_bootstrap_cache.de.1 index d73cba9d5..fc6231d01 100644 --- a/manpages/de/lb_bootstrap_cache.de.1 +++ b/manpages/de/lb_bootstrap_cache.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap_cache\fP \- Complete the bootstrap stage diff --git a/manpages/de/lb_bootstrap_cdebootstrap.de.1 b/manpages/de/lb_bootstrap_cdebootstrap.de.1 index 75f7fdd5b..a4f9e19cd 100644 --- a/manpages/de/lb_bootstrap_cdebootstrap.de.1 +++ b/manpages/de/lb_bootstrap_cdebootstrap.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap_cdebootstrap\fP \- Complete the bootstrap stage diff --git a/manpages/de/lb_bootstrap_copy.de.1 b/manpages/de/lb_bootstrap_copy.de.1 index 5d2976c8d..f00d6dc68 100644 --- a/manpages/de/lb_bootstrap_copy.de.1 +++ b/manpages/de/lb_bootstrap_copy.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap_copy\fP \- Complete the bootstrap stage diff --git a/manpages/de/lb_bootstrap_debootstrap.de.1 b/manpages/de/lb_bootstrap_debootstrap.de.1 index 12edc1a71..b40fd2033 100644 --- a/manpages/de/lb_bootstrap_debootstrap.de.1 +++ b/manpages/de/lb_bootstrap_debootstrap.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap_debootstrap\fP \- Complete the bootstrap stage diff --git a/manpages/de/lb_build.de.1 b/manpages/de/lb_build.de.1 index d5cde1e7c..c51a2d9e3 100644 --- a/manpages/de/lb_build.de.1 +++ b/manpages/de/lb_build.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb build\fP \- Complete the bootstrap, chroot, binary, and source stages diff --git a/manpages/de/lb_chroot.de.1 b/manpages/de/lb_chroot.de.1 index 94bf6a097..29b4857d5 100644 --- a/manpages/de/lb_chroot.de.1 +++ b/manpages/de/lb_chroot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_apt.de.1 b/manpages/de/lb_chroot_apt.de.1 index d8a4b898e..44f6c2095 100644 --- a/manpages/de/lb_chroot_apt.de.1 +++ b/manpages/de/lb_chroot_apt.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_apt\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_cache.de.1 b/manpages/de/lb_chroot_cache.de.1 index ee916d1c7..b22ebba20 100644 --- a/manpages/de/lb_chroot_cache.de.1 +++ b/manpages/de/lb_chroot_cache.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_cache\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_debianchroot.de.1 b/manpages/de/lb_chroot_debianchroot.de.1 index 0e2cfdf7f..14c35fe37 100644 --- a/manpages/de/lb_chroot_debianchroot.de.1 +++ b/manpages/de/lb_chroot_debianchroot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_debianchroot\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_devpts.de.1 b/manpages/de/lb_chroot_devpts.de.1 index 8fc10a549..18cc4acf4 100644 --- a/manpages/de/lb_chroot_devpts.de.1 +++ b/manpages/de/lb_chroot_devpts.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_devpts\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_dpkg.de.1 b/manpages/de/lb_chroot_dpkg.de.1 index 24467b68d..38ce6b4db 100644 --- a/manpages/de/lb_chroot_dpkg.de.1 +++ b/manpages/de/lb_chroot_dpkg.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_dpkg\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_hacks.de.1 b/manpages/de/lb_chroot_hacks.de.1 index 8dfec468d..f6c21c6bd 100644 --- a/manpages/de/lb_chroot_hacks.de.1 +++ b/manpages/de/lb_chroot_hacks.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_hacks\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_hooks.de.1 b/manpages/de/lb_chroot_hooks.de.1 index 8d656fb3e..782c4180b 100644 --- a/manpages/de/lb_chroot_hooks.de.1 +++ b/manpages/de/lb_chroot_hooks.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_hooks\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_hostname.de.1 b/manpages/de/lb_chroot_hostname.de.1 index 716af17a4..603bb0f31 100644 --- a/manpages/de/lb_chroot_hostname.de.1 +++ b/manpages/de/lb_chroot_hostname.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_hostname\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_hosts.de.1 b/manpages/de/lb_chroot_hosts.de.1 index 160d9b655..2b041b2a4 100644 --- a/manpages/de/lb_chroot_hosts.de.1 +++ b/manpages/de/lb_chroot_hosts.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_hosts\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_install-packages.de.1 b/manpages/de/lb_chroot_install-packages.de.1 index 30fd5e918..b3e35c3ff 100644 --- a/manpages/de/lb_chroot_install-packages.de.1 +++ b/manpages/de/lb_chroot_install-packages.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_install\-packages\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_interactive.de.1 b/manpages/de/lb_chroot_interactive.de.1 index 5743af261..c05639d7e 100644 --- a/manpages/de/lb_chroot_interactive.de.1 +++ b/manpages/de/lb_chroot_interactive.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_interactive\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_linux-image.de.1 b/manpages/de/lb_chroot_linux-image.de.1 index 00450d185..82a7db539 100644 --- a/manpages/de/lb_chroot_linux-image.de.1 +++ b/manpages/de/lb_chroot_linux-image.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_linux\-image\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_local-hooks.de.1 b/manpages/de/lb_chroot_local-hooks.de.1 index 8db010378..d9ecf5d8c 100644 --- a/manpages/de/lb_chroot_local-hooks.de.1 +++ b/manpages/de/lb_chroot_local-hooks.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-hooks\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_local-includes.de.1 b/manpages/de/lb_chroot_local-includes.de.1 index 2bb5de219..a1c58d34b 100644 --- a/manpages/de/lb_chroot_local-includes.de.1 +++ b/manpages/de/lb_chroot_local-includes.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-includes\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_local-packageslists.de.1 b/manpages/de/lb_chroot_local-packagelists.de.1 index 50aa2feeb..9f465db61 100644 --- a/manpages/de/lb_chroot_local-packageslists.de.1 +++ b/manpages/de/lb_chroot_local-packagelists.de.1 @@ -3,22 +3,22 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME -\fBlb chroot_local\-packageslists\fP \- Complete the chroot stage +\fBlb chroot_local\-packagelists\fP \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_local\-packageslists\fP [\fIlive\-build options\fP] +\fBlb chroot_local\-packagelists\fP [\fIlive\-build options\fP] .SH DESCRIPTION -\fBlb chroot_local\-packageslists\fP is a low\-level command (plumbing) of +\fBlb chroot_local\-packagelists\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_local\-packageslists\fP has no specific options but understands all +\fBlb chroot_local\-packagelists\fP has no specific options but understands all generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build options. diff --git a/manpages/de/lb_chroot_local-packages.de.1 b/manpages/de/lb_chroot_local-packages.de.1 index b28035415..f4ed835de 100644 --- a/manpages/de/lb_chroot_local-packages.de.1 +++ b/manpages/de/lb_chroot_local-packages.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-packages\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_local-patches.de.1 b/manpages/de/lb_chroot_local-patches.de.1 index a9ba3a9a0..235c9e712 100644 --- a/manpages/de/lb_chroot_local-patches.de.1 +++ b/manpages/de/lb_chroot_local-patches.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-patches\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_local-preseed.de.1 b/manpages/de/lb_chroot_local-preseed.de.1 index 45789421d..2c3afb774 100644 --- a/manpages/de/lb_chroot_local-preseed.de.1 +++ b/manpages/de/lb_chroot_local-preseed.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-preseed\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_localization.de.1 b/manpages/de/lb_chroot_localization.de.1 index 175bc5bc8..fa59bc49f 100644 --- a/manpages/de/lb_chroot_localization.de.1 +++ b/manpages/de/lb_chroot_localization.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_localization\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_packageslists.de.1 b/manpages/de/lb_chroot_packagelists.de.1 index da3336378..597398278 100644 --- a/manpages/de/lb_chroot_packageslists.de.1 +++ b/manpages/de/lb_chroot_packagelists.de.1 @@ -3,22 +3,22 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME -\fBlb chroot_packageslists\fP \- Complete the chroot stage +\fBlb chroot_packagelists\fP \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_packageslists\fP [\fIlive\-build options\fP] +\fBlb chroot_packagelists\fP [\fIlive\-build options\fP] .SH DESCRIPTION -\fBlb chroot_packageslists\fP is a low\-level command (plumbing) of +\fBlb chroot_packagelists\fP is a low\-level command (plumbing) of \fIlive\-build\fP(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_packageslists\fP has no specific options but understands all +\fBlb chroot_packagelists\fP has no specific options but understands all generic live\-build options. See \fIlive\-build\fP(7) for a complete list of all generic live\-build options. diff --git a/manpages/de/lb_chroot_packages.de.1 b/manpages/de/lb_chroot_packages.de.1 index 3d995d318..274c2ff5b 100644 --- a/manpages/de/lb_chroot_packages.de.1 +++ b/manpages/de/lb_chroot_packages.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_packages\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_preseed.de.1 b/manpages/de/lb_chroot_preseed.de.1 index 82797d27d..1855f26f6 100644 --- a/manpages/de/lb_chroot_preseed.de.1 +++ b/manpages/de/lb_chroot_preseed.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_preseed\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_proc.de.1 b/manpages/de/lb_chroot_proc.de.1 index 91b0fbd67..267eadc86 100644 --- a/manpages/de/lb_chroot_proc.de.1 +++ b/manpages/de/lb_chroot_proc.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_proc\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_resolv.de.1 b/manpages/de/lb_chroot_resolv.de.1 index 460d60b3c..28c66ebe1 100644 --- a/manpages/de/lb_chroot_resolv.de.1 +++ b/manpages/de/lb_chroot_resolv.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_resolv\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_selinuxfs.de.1 b/manpages/de/lb_chroot_selinuxfs.de.1 index a2fa5f2db..e94321de3 100644 --- a/manpages/de/lb_chroot_selinuxfs.de.1 +++ b/manpages/de/lb_chroot_selinuxfs.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_selinuxfs\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_sources.de.1 b/manpages/de/lb_chroot_sources.de.1 index 1d2655f90..4d0673b24 100644 --- a/manpages/de/lb_chroot_sources.de.1 +++ b/manpages/de/lb_chroot_sources.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_sources\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_sysfs.de.1 b/manpages/de/lb_chroot_sysfs.de.1 index 183f99a6f..64c7a3b15 100644 --- a/manpages/de/lb_chroot_sysfs.de.1 +++ b/manpages/de/lb_chroot_sysfs.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_sysfs\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_sysv-rc.de.1 b/manpages/de/lb_chroot_sysv-rc.de.1 index 8b9bf04f1..2ed610cf8 100644 --- a/manpages/de/lb_chroot_sysv-rc.de.1 +++ b/manpages/de/lb_chroot_sysv-rc.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_sysv\-rc\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_sysvinit.de.1 b/manpages/de/lb_chroot_sysvinit.de.1 index eeac5e9eb..fbda12caa 100644 --- a/manpages/de/lb_chroot_sysvinit.de.1 +++ b/manpages/de/lb_chroot_sysvinit.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_sysvinit\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_tasks.de.1 b/manpages/de/lb_chroot_tasks.de.1 index 184d65ae5..f4ed10ee4 100644 --- a/manpages/de/lb_chroot_tasks.de.1 +++ b/manpages/de/lb_chroot_tasks.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_tasks\fP \- Complete the chroot stage diff --git a/manpages/de/lb_chroot_upstart.de.1 b/manpages/de/lb_chroot_upstart.de.1 index 6d7f2f9bd..e7bfd6de0 100644 --- a/manpages/de/lb_chroot_upstart.de.1 +++ b/manpages/de/lb_chroot_upstart.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_upstart\fP \- Complete the chroot stage diff --git a/manpages/de/lb_clean.de.1 b/manpages/de/lb_clean.de.1 index ccaad7188..a9236021a 100644 --- a/manpages/de/lb_clean.de.1 +++ b/manpages/de/lb_clean.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb clean\fP \- Clean build directory diff --git a/manpages/de/lb_config.de.1 b/manpages/de/lb_config.de.1 index 6d41206ad..6596d81ae 100644 --- a/manpages/de/lb_config.de.1 +++ b/manpages/de/lb_config.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb config\fP \- Create config directory @@ -164,7 +164,7 @@ .br [\fB\-\-net\-tarball\fP bzip2|gzip|tar|none] .br - [\-p|\fB\-\-packages\-lists\fP \fILIST\fP|\fI"LISTS"\fP] + [\-p|\fB\-\-package\-lists\fP \fILIST\fP|\fI"LISTS"\fP] .br [\fB\-\-packages\fP \fIPACKAGE\fP|\fI"PACKAGES"\fP] .br @@ -592,11 +592,11 @@ defines the format of the netboot image. Choosing tar results in a not compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed tarball. Choosing none leads to no tarball at all, the plain binary directory is considered the output in this case. Default is gzip. -.IP "\-p|\fB\-\-packages\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4 +.IP "\-p|\fB\-\-package\-lists\fP \fILIST\fP|\(dq\fILISTS\fP\(dq" 4 defines which lists available in /usr/share/live/build/lists should be used. By default, this is set to standard. Note that in case you have local -packages lists, you don't need to list them here. Putting them into -config/chroot_local\-packageslists is enough (the filename needs to have the +package lists, you don't need to list them here. Putting them into +config/chroot_local\-packagelists is enough (the filename needs to have the \&.list suffix though). .IP "\fB\-\-packages\fP \fIPACKAGE\fP|\(dq\fIPACKAGES\fP\(dq" 4 defines one or more packages to be installed in the live system. This is a @@ -653,7 +653,7 @@ defines one or more package tasks to be installed in the live system. This is a quick and convenient way to get a reasonable default selection of packages suitable for most users when building an image, but it results in quite big images. If you want to have finer grained package selections, -local packages lists should be used instead. +local package lists should be used instead. .IP "\fB\-\-templates\fP \fIPATH\fP" 4 sets the path to the templates that live\-build is going to use, e.g. for bootloaders. By default, this is set to /usr/share/live/build/templates/. diff --git a/manpages/de/lb_local.de.1 b/manpages/de/lb_local.de.1 index 98a6e701f..a89bc810a 100644 --- a/manpages/de/lb_local.de.1 +++ b/manpages/de/lb_local.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb local\fP \- wrapper for local live\-build programs diff --git a/manpages/de/lb_source.de.1 b/manpages/de/lb_source.de.1 index a30055ebc..94d5a130c 100644 --- a/manpages/de/lb_source.de.1 +++ b/manpages/de/lb_source.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source\fP \- Complete the source stage diff --git a/manpages/de/lb_source_checksums.de.1 b/manpages/de/lb_source_checksums.de.1 index 2ac779aae..53d75744f 100644 --- a/manpages/de/lb_source_checksums.de.1 +++ b/manpages/de/lb_source_checksums.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_checksums\fP \- Complete the source stage diff --git a/manpages/de/lb_source_debian-live.de.1 b/manpages/de/lb_source_debian-live.de.1 index 02daa7eb4..f1e979c70 100644 --- a/manpages/de/lb_source_debian-live.de.1 +++ b/manpages/de/lb_source_debian-live.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_debian\-live\fP \- Complete the source stage diff --git a/manpages/de/lb_source_debian.de.1 b/manpages/de/lb_source_debian.de.1 index 73ff1d397..6b398eebe 100644 --- a/manpages/de/lb_source_debian.de.1 +++ b/manpages/de/lb_source_debian.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_debian\fP \- Complete the source stage diff --git a/manpages/de/lb_source_disk.de.1 b/manpages/de/lb_source_disk.de.1 index e92babac9..af89bde42 100644 --- a/manpages/de/lb_source_disk.de.1 +++ b/manpages/de/lb_source_disk.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_disk\fP \- Complete the source stage diff --git a/manpages/de/lb_source_iso.de.1 b/manpages/de/lb_source_iso.de.1 index 23b3d1183..96a91908e 100644 --- a/manpages/de/lb_source_iso.de.1 +++ b/manpages/de/lb_source_iso.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_iso\fP \- Complete the source stage diff --git a/manpages/de/lb_source_net.de.1 b/manpages/de/lb_source_net.de.1 index b81e97b2a..b277bdc1a 100644 --- a/manpages/de/lb_source_net.de.1 +++ b/manpages/de/lb_source_net.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_net\fP \- Complete the source stage diff --git a/manpages/de/lb_source_tar.de.1 b/manpages/de/lb_source_tar.de.1 index 82f1726e4..443b0bcc9 100644 --- a/manpages/de/lb_source_tar.de.1 +++ b/manpages/de/lb_source_tar.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_tar\fP \- Complete the source stage diff --git a/manpages/de/lb_source_usb.de.1 b/manpages/de/lb_source_usb.de.1 index 4ffd12554..fa50263c8 100644 --- a/manpages/de/lb_source_usb.de.1 +++ b/manpages/de/lb_source_usb.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_usb\fP \- Complete the source stage diff --git a/manpages/de/lb_source_virtual-hdd.de.1 b/manpages/de/lb_source_virtual-hdd.de.1 index 71282c3ea..145366e2f 100644 --- a/manpages/de/lb_source_virtual-hdd.de.1 +++ b/manpages/de/lb_source_virtual-hdd.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_virtual\-hdd\fP \- Complete the source stage diff --git a/manpages/de/lb_testroot.de.1 b/manpages/de/lb_testroot.de.1 index 86aa83e14..4da6129db 100644 --- a/manpages/de/lb_testroot.de.1 +++ b/manpages/de/lb_testroot.de.1 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb testroot\fP \- Ensure that a system is built as root diff --git a/manpages/de/live-build.de.7 b/manpages/de/live-build.de.7 index 9c804236f..fc142532c 100644 --- a/manpages/de/live-build.de.7 +++ b/manpages/de/live-build.de.7 @@ -3,7 +3,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 7 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 7 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlive\-build\fP \- the Debian Live tool suite @@ -154,8 +154,8 @@ apply local patches against chroot use debconf local preseeding file .IP \fBlb_chroot_packages\fP(1) 4 queue install of packages into chroot -.IP \fBlb_chroot_packageslists\fP(1) 4 -queue install of packages lists into chroot +.IP \fBlb_chroot_packagelists\fP(1) 4 +queue install of package lists into chroot .IP \fBlb_chroot_preseed\fP(1) 4 use debconf preseeding file .IP \fBlb_chroot_proc\fP(1) 4 @@ -197,8 +197,8 @@ install linux\-image into binary execute local hooks in binary .IP \fBlb_binary_local\-includes\fP(1) 4 copy files into binary -.IP \fBlb_binary_local\-packageslists\fP(1) 4 -install local packages lists into binary +.IP \fBlb_binary_local\-packagelists\fP(1) 4 +install local package lists into binary .IP \fBlb_binary_manifest\fP(1) 4 create manifest .IP \fBlb_binary_checksums\fP(1) 4 diff --git a/manpages/en/lb.1 b/manpages/en/lb.1 index b71f3a2d6..fcafe1891 100644 --- a/manpages/en/lb.1 +++ b/manpages/en/lb.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb\fR \- wrapper for live\-build programs diff --git a/manpages/en/lb_binary.1 b/manpages/en/lb_binary.1 index 58442dbd0..0bcc403e4 100644 --- a/manpages/en/lb_binary.1 +++ b/manpages/en/lb_binary.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_checksums.1 b/manpages/en/lb_binary_checksums.1 index 2eaab9cba..4d9345167 100644 --- a/manpages/en/lb_binary_checksums.1 +++ b/manpages/en/lb_binary_checksums.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_checksums\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_chroot.1 b/manpages/en/lb_binary_chroot.1 index 44bf40ca1..a0e2f7938 100644 --- a/manpages/en/lb_binary_chroot.1 +++ b/manpages/en/lb_binary_chroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_chroot\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_debian-installer.1 b/manpages/en/lb_binary_debian-installer.1 index 3eb8480ce..54c25136e 100644 --- a/manpages/en/lb_binary_debian-installer.1 +++ b/manpages/en/lb_binary_debian-installer.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_debian\-installer\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_disk.1 b/manpages/en/lb_binary_disk.1 index cc1584f2f..97a713e6f 100644 --- a/manpages/en/lb_binary_disk.1 +++ b/manpages/en/lb_binary_disk.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_disk\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_encryption.1 b/manpages/en/lb_binary_encryption.1 index de5aa9cbd..2b2075e92 100644 --- a/manpages/en/lb_binary_encryption.1 +++ b/manpages/en/lb_binary_encryption.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_encryption\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_grub.1 b/manpages/en/lb_binary_grub.1 index 707527378..783525b50 100644 --- a/manpages/en/lb_binary_grub.1 +++ b/manpages/en/lb_binary_grub.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_grub\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_grub2.1 b/manpages/en/lb_binary_grub2.1 index 0668864da..c68f6cd13 100644 --- a/manpages/en/lb_binary_grub2.1 +++ b/manpages/en/lb_binary_grub2.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_grub2\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_includes.1 b/manpages/en/lb_binary_includes.1 index bf8f6609e..af601ac00 100644 --- a/manpages/en/lb_binary_includes.1 +++ b/manpages/en/lb_binary_includes.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_includes\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_iso.1 b/manpages/en/lb_binary_iso.1 index 011a66ffb..efd76a59e 100644 --- a/manpages/en/lb_binary_iso.1 +++ b/manpages/en/lb_binary_iso.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_iso\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_linux-image.1 b/manpages/en/lb_binary_linux-image.1 index 9e90a7e94..4a3a6ee8d 100644 --- a/manpages/en/lb_binary_linux-image.1 +++ b/manpages/en/lb_binary_linux-image.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_linux\-image\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_local-hooks.1 b/manpages/en/lb_binary_local-hooks.1 index 78db23731..4816c6309 100644 --- a/manpages/en/lb_binary_local-hooks.1 +++ b/manpages/en/lb_binary_local-hooks.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_local\-hooks\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_local-includes.1 b/manpages/en/lb_binary_local-includes.1 index 01211e568..987d15108 100644 --- a/manpages/en/lb_binary_local-includes.1 +++ b/manpages/en/lb_binary_local-includes.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_local\-includes\fR \- Complete the binary stage diff --git a/manpages/en/lb_chroot_local-packageslists.1 b/manpages/en/lb_binary_local-packagelists.1 index 86e3f3e4b..5736bb07b 100644 --- a/manpages/en/lb_chroot_local-packageslists.1 +++ b/manpages/en/lb_binary_local-packagelists.1 @@ -1,18 +1,18 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME -\fBlb chroot_local\-packageslists\fR \- Complete the chroot stage +\fBlb binary_local-packagelists\fR \- Complete the binary stage .SH SYNOPSIS -\fBlb chroot_local\-packageslists\fR [\fIlive\-build options\fR] +\fBlb binary_local-packagelists\fR [\fIlive\-build options\fR] .SH DESCRIPTION -\fBlb chroot_local\-packageslists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. +\fBlb binary_local-packagelists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_local\-packageslists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. +\fBlb binary_local-packagelists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. .SH FILES .\" FIXME diff --git a/manpages/en/lb_binary_manifest.1 b/manpages/en/lb_binary_manifest.1 index 7c39b731c..b635656c9 100644 --- a/manpages/en/lb_binary_manifest.1 +++ b/manpages/en/lb_binary_manifest.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_manifest\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_memtest.1 b/manpages/en/lb_binary_memtest.1 index a63db28ce..7c09f1d4b 100644 --- a/manpages/en/lb_binary_memtest.1 +++ b/manpages/en/lb_binary_memtest.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_memtest\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_net.1 b/manpages/en/lb_binary_net.1 index 438395677..528c50168 100644 --- a/manpages/en/lb_binary_net.1 +++ b/manpages/en/lb_binary_net.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_net\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_rootfs.1 b/manpages/en/lb_binary_rootfs.1 index ad94a3306..36704c79c 100644 --- a/manpages/en/lb_binary_rootfs.1 +++ b/manpages/en/lb_binary_rootfs.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_rootfs\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_silo.1 b/manpages/en/lb_binary_silo.1 index 53185b233..227b0fc7f 100644 --- a/manpages/en/lb_binary_silo.1 +++ b/manpages/en/lb_binary_silo.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_silo\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_syslinux.1 b/manpages/en/lb_binary_syslinux.1 index 61b933b57..ef8c736a0 100644 --- a/manpages/en/lb_binary_syslinux.1 +++ b/manpages/en/lb_binary_syslinux.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_syslinux\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_tar.1 b/manpages/en/lb_binary_tar.1 index 21413cfa4..bda564400 100644 --- a/manpages/en/lb_binary_tar.1 +++ b/manpages/en/lb_binary_tar.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_tar\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_usb.1 b/manpages/en/lb_binary_usb.1 index 3b25da35e..1cf0e5d0c 100644 --- a/manpages/en/lb_binary_usb.1 +++ b/manpages/en/lb_binary_usb.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_usb\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_virtual-hdd.1 b/manpages/en/lb_binary_virtual-hdd.1 index 38161101c..eeeb52401 100644 --- a/manpages/en/lb_binary_virtual-hdd.1 +++ b/manpages/en/lb_binary_virtual-hdd.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_virtual\-hdd\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_win32-loader.1 b/manpages/en/lb_binary_win32-loader.1 index 3780fee6d..77f2a0386 100644 --- a/manpages/en/lb_binary_win32-loader.1 +++ b/manpages/en/lb_binary_win32-loader.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_win32\-loader\fR \- Complete the binary stage diff --git a/manpages/en/lb_binary_yaboot.1 b/manpages/en/lb_binary_yaboot.1 index dcc362178..edcb86927 100644 --- a/manpages/en/lb_binary_yaboot.1 +++ b/manpages/en/lb_binary_yaboot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb binary_yaboot\fR \- Complete the binary stage diff --git a/manpages/en/lb_bootstrap.1 b/manpages/en/lb_bootstrap.1 index b402c105e..63e00b0f4 100644 --- a/manpages/en/lb_bootstrap.1 +++ b/manpages/en/lb_bootstrap.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap\fR \- Complete the bootstrap stage diff --git a/manpages/en/lb_bootstrap_cache.1 b/manpages/en/lb_bootstrap_cache.1 index 4194bbd3f..affb55b95 100644 --- a/manpages/en/lb_bootstrap_cache.1 +++ b/manpages/en/lb_bootstrap_cache.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap_cache\fR \- Complete the bootstrap stage diff --git a/manpages/en/lb_bootstrap_cdebootstrap.1 b/manpages/en/lb_bootstrap_cdebootstrap.1 index 0d464fd63..b240fe353 100644 --- a/manpages/en/lb_bootstrap_cdebootstrap.1 +++ b/manpages/en/lb_bootstrap_cdebootstrap.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap_cdebootstrap\fR \- Complete the bootstrap stage diff --git a/manpages/en/lb_bootstrap_copy.1 b/manpages/en/lb_bootstrap_copy.1 index aec5643c5..9abbe1e2c 100644 --- a/manpages/en/lb_bootstrap_copy.1 +++ b/manpages/en/lb_bootstrap_copy.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap_copy\fR \- Complete the bootstrap stage diff --git a/manpages/en/lb_bootstrap_debootstrap.1 b/manpages/en/lb_bootstrap_debootstrap.1 index 1882a26ce..a113424b3 100644 --- a/manpages/en/lb_bootstrap_debootstrap.1 +++ b/manpages/en/lb_bootstrap_debootstrap.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb bootstrap_debootstrap\fR \- Complete the bootstrap stage diff --git a/manpages/en/lb_build.1 b/manpages/en/lb_build.1 index aa34bdd24..d25e695a3 100644 --- a/manpages/en/lb_build.1 +++ b/manpages/en/lb_build.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb build\fR \- Complete the bootstrap, chroot, binary, and source stages diff --git a/manpages/en/lb_chroot.1 b/manpages/en/lb_chroot.1 index 1e931ac62..1176edeb6 100644 --- a/manpages/en/lb_chroot.1 +++ b/manpages/en/lb_chroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_apt.1 b/manpages/en/lb_chroot_apt.1 index b64f63400..fd6ae5b3c 100644 --- a/manpages/en/lb_chroot_apt.1 +++ b/manpages/en/lb_chroot_apt.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_apt\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_cache.1 b/manpages/en/lb_chroot_cache.1 index f7fb6a3f9..34e4f3a10 100644 --- a/manpages/en/lb_chroot_cache.1 +++ b/manpages/en/lb_chroot_cache.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_cache\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_debianchroot.1 b/manpages/en/lb_chroot_debianchroot.1 index f0dd9f3c9..3fe315312 100644 --- a/manpages/en/lb_chroot_debianchroot.1 +++ b/manpages/en/lb_chroot_debianchroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_debianchroot\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_devpts.1 b/manpages/en/lb_chroot_devpts.1 index b90b21442..5134bc609 100644 --- a/manpages/en/lb_chroot_devpts.1 +++ b/manpages/en/lb_chroot_devpts.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_devpts\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_dpkg.1 b/manpages/en/lb_chroot_dpkg.1 index 85fced3f5..bdf101d9e 100644 --- a/manpages/en/lb_chroot_dpkg.1 +++ b/manpages/en/lb_chroot_dpkg.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_dpkg\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_hacks.1 b/manpages/en/lb_chroot_hacks.1 index 924280246..e83f58769 100644 --- a/manpages/en/lb_chroot_hacks.1 +++ b/manpages/en/lb_chroot_hacks.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_hacks\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_hooks.1 b/manpages/en/lb_chroot_hooks.1 index 29de07a7b..d5efc6cf8 100644 --- a/manpages/en/lb_chroot_hooks.1 +++ b/manpages/en/lb_chroot_hooks.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_hooks\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_hostname.1 b/manpages/en/lb_chroot_hostname.1 index 86c670750..308e85c14 100644 --- a/manpages/en/lb_chroot_hostname.1 +++ b/manpages/en/lb_chroot_hostname.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_hostname\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_hosts.1 b/manpages/en/lb_chroot_hosts.1 index 47f6f6fac..75b43b0d8 100644 --- a/manpages/en/lb_chroot_hosts.1 +++ b/manpages/en/lb_chroot_hosts.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_hosts\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_install-packages.1 b/manpages/en/lb_chroot_install-packages.1 index f13f12b5e..ae8579424 100644 --- a/manpages/en/lb_chroot_install-packages.1 +++ b/manpages/en/lb_chroot_install-packages.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_install\-packages\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_interactive.1 b/manpages/en/lb_chroot_interactive.1 index 675a0583e..a3255541d 100644 --- a/manpages/en/lb_chroot_interactive.1 +++ b/manpages/en/lb_chroot_interactive.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_interactive\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_linux-image.1 b/manpages/en/lb_chroot_linux-image.1 index cc1a6de09..75bd7b1dd 100644 --- a/manpages/en/lb_chroot_linux-image.1 +++ b/manpages/en/lb_chroot_linux-image.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_linux\-image\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_local-hooks.1 b/manpages/en/lb_chroot_local-hooks.1 index 40492e1c8..32c89c44d 100644 --- a/manpages/en/lb_chroot_local-hooks.1 +++ b/manpages/en/lb_chroot_local-hooks.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-hooks\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_local-includes.1 b/manpages/en/lb_chroot_local-includes.1 index 8ff1db286..301b43fef 100644 --- a/manpages/en/lb_chroot_local-includes.1 +++ b/manpages/en/lb_chroot_local-includes.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-includes\fR \- Complete the chroot stage diff --git a/manpages/en/lb_binary_local-packageslists.1 b/manpages/en/lb_chroot_local-packagelists.1 index bb5b9d463..22c37c6e4 100644 --- a/manpages/en/lb_binary_local-packageslists.1 +++ b/manpages/en/lb_chroot_local-packagelists.1 @@ -1,18 +1,18 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME -\fBlb binary_local-packageslists\fR \- Complete the binary stage +\fBlb chroot_local\-packagelists\fR \- Complete the chroot stage .SH SYNOPSIS -\fBlb binary_local-packageslists\fR [\fIlive\-build options\fR] +\fBlb chroot_local\-packagelists\fR [\fIlive\-build options\fR] .SH DESCRIPTION -\fBlb binary_local-packageslists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. +\fBlb chroot_local\-packagelists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb binary_local-packageslists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. +\fBlb chroot_local\-packagelists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. .SH FILES .\" FIXME diff --git a/manpages/en/lb_chroot_local-packages.1 b/manpages/en/lb_chroot_local-packages.1 index 67e5fd95f..8e43c097b 100644 --- a/manpages/en/lb_chroot_local-packages.1 +++ b/manpages/en/lb_chroot_local-packages.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-packages\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_local-patches.1 b/manpages/en/lb_chroot_local-patches.1 index 32541bbed..693f6d200 100644 --- a/manpages/en/lb_chroot_local-patches.1 +++ b/manpages/en/lb_chroot_local-patches.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-patches\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_local-preseed.1 b/manpages/en/lb_chroot_local-preseed.1 index 5cb85b77f..039e6cbf1 100644 --- a/manpages/en/lb_chroot_local-preseed.1 +++ b/manpages/en/lb_chroot_local-preseed.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_local\-preseed\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_localization.1 b/manpages/en/lb_chroot_localization.1 index 7a4efbe7b..14e8ae115 100644 --- a/manpages/en/lb_chroot_localization.1 +++ b/manpages/en/lb_chroot_localization.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_localization\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_packageslists.1 b/manpages/en/lb_chroot_packagelists.1 index eefc8b8ae..b6e0bcd76 100644 --- a/manpages/en/lb_chroot_packageslists.1 +++ b/manpages/en/lb_chroot_packagelists.1 @@ -1,18 +1,18 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME -\fBlb chroot_packageslists\fR \- Complete the chroot stage +\fBlb chroot_packagelists\fR \- Complete the chroot stage .SH SYNOPSIS -\fBlb chroot_packageslists\fR [\fIlive\-build options\fR] +\fBlb chroot_packagelists\fR [\fIlive\-build options\fR] .SH DESCRIPTION -\fBlb chroot_packageslists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. +\fBlb chroot_packagelists\fR is a low\-level command (plumbing) of \fIlive\-build\fR(7), the Debian Live tool suite. .PP .\" FIXME .SH OPTIONS -\fBlb chroot_packageslists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. +\fBlb chroot_packagelists\fR has no specific options but understands all generic live\-build options. See \fIlive\-build\fR(7) for a complete list of all generic live\-build options. .SH FILES .\" FIXME diff --git a/manpages/en/lb_chroot_packages.1 b/manpages/en/lb_chroot_packages.1 index 18f719422..ff5504c6a 100644 --- a/manpages/en/lb_chroot_packages.1 +++ b/manpages/en/lb_chroot_packages.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_packages\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_preseed.1 b/manpages/en/lb_chroot_preseed.1 index 9b43eb8d0..a84a77dbc 100644 --- a/manpages/en/lb_chroot_preseed.1 +++ b/manpages/en/lb_chroot_preseed.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_preseed\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_proc.1 b/manpages/en/lb_chroot_proc.1 index ca7b1eb52..88dafc93b 100644 --- a/manpages/en/lb_chroot_proc.1 +++ b/manpages/en/lb_chroot_proc.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_proc\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_resolv.1 b/manpages/en/lb_chroot_resolv.1 index fa3d7d70f..96a80932a 100644 --- a/manpages/en/lb_chroot_resolv.1 +++ b/manpages/en/lb_chroot_resolv.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_resolv\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_selinuxfs.1 b/manpages/en/lb_chroot_selinuxfs.1 index 030c32a72..cd8d6ad3d 100644 --- a/manpages/en/lb_chroot_selinuxfs.1 +++ b/manpages/en/lb_chroot_selinuxfs.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_selinuxfs\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_sources.1 b/manpages/en/lb_chroot_sources.1 index ff09797ab..06c7beade 100644 --- a/manpages/en/lb_chroot_sources.1 +++ b/manpages/en/lb_chroot_sources.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_sources\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_sysfs.1 b/manpages/en/lb_chroot_sysfs.1 index 0e0a74d03..6e6c36a59 100644 --- a/manpages/en/lb_chroot_sysfs.1 +++ b/manpages/en/lb_chroot_sysfs.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_sysfs\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_sysv-rc.1 b/manpages/en/lb_chroot_sysv-rc.1 index 355f6ef2d..984e99a63 100644 --- a/manpages/en/lb_chroot_sysv-rc.1 +++ b/manpages/en/lb_chroot_sysv-rc.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_sysv-rc\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_sysvinit.1 b/manpages/en/lb_chroot_sysvinit.1 index 2652a27ff..0e10b9962 100644 --- a/manpages/en/lb_chroot_sysvinit.1 +++ b/manpages/en/lb_chroot_sysvinit.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_sysvinit\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_tasks.1 b/manpages/en/lb_chroot_tasks.1 index 3371cf040..599e18eba 100644 --- a/manpages/en/lb_chroot_tasks.1 +++ b/manpages/en/lb_chroot_tasks.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_tasks\fR \- Complete the chroot stage diff --git a/manpages/en/lb_chroot_upstart.1 b/manpages/en/lb_chroot_upstart.1 index 2d224ba79..b3fc25c90 100644 --- a/manpages/en/lb_chroot_upstart.1 +++ b/manpages/en/lb_chroot_upstart.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb chroot_upstart\fR \- Complete the chroot stage diff --git a/manpages/en/lb_clean.1 b/manpages/en/lb_clean.1 index 564721aee..98cbd3f79 100644 --- a/manpages/en/lb_clean.1 +++ b/manpages/en/lb_clean.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb clean\fR \- Clean build directory diff --git a/manpages/en/lb_config.1 b/manpages/en/lb_config.1 index 05a1449a1..2e6f9d195 100644 --- a/manpages/en/lb_config.1 +++ b/manpages/en/lb_config.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb config\fR \- Create config directory @@ -159,7 +159,7 @@ .br [\fB\-\-net\-tarball\fR bzip2|gzip|tar|none] .br - [\-p|\fB\-\-packages\-lists\fR \fILIST\fR|\fI"LISTS"\fR] + [\-p|\fB\-\-package\-lists\fR \fILIST\fR|\fI"LISTS"\fR] .br [\fB\-\-packages\fR \fIPACKAGE\fR|\fI"PACKAGES"\fR] .br @@ -372,8 +372,8 @@ Example: sets the IP or hostname that will be configured in the bootloader configuration for the copy\-on\-write filesystem of your netboot image and is by default empty. .IP "\fB\-\-net\-tarball\fR bzip2|gzip|tar|none" 4 defines the format of the netboot image. Choosing tar results in a not compressed tarball, bzip2 and gzip in a bzip2 resp. gzip compressed tarball. Choosing none leads to no tarball at all, the plain binary directory is considered the output in this case. Default is gzip. -.IP "\-p|\fB\-\-packages\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4 -defines which lists available in /usr/share/live/build/lists should be used. By default, this is set to standard. Note that in case you have local packages lists, you don't need to list them here. Putting them into config/chroot_local-packageslists is enough (the filename needs to have the .list suffix though). +.IP "\-p|\fB\-\-package\-lists\fR \fILIST\fR|""\fILISTS\fR""" 4 +defines which lists available in /usr/share/live/build/lists should be used. By default, this is set to standard. Note that in case you have local package lists, you don't need to list them here. Putting them into config/chroot_local-packagelists is enough (the filename needs to have the .list suffix though). .IP "\fB\-\-packages\fR \fIPACKAGE\fR|""\fIPACKAGES\fR""" 4 defines one or more packages to be installed in the live system. This is a quick and convenient place to add a few packages when building an image (limited by the max length of shell). Packages that should be permanently installed should be put into a local packages list. .IP "\fB\-r, \-\-repositories\fR \fIREPOSITORY\fR|""\fIREPOSITORIES\fR""" 4 @@ -401,7 +401,7 @@ defines if the sysvinit hack should be true or false. The sysvinit hack disables .IP "\fB\-\-tasksel\fR aptitude|tasksel" 4 selects which program is used to install tasks. By default, this is set to tasksel. .IP "\fB\-\-tasks\fR \fITASK\fR|""\fITASKS\fR""" 4 -defines one or more package tasks to be installed in the live system. This is a quick and convenient way to get a reasonable default selection of packages suitable for most users when building an image, but it results in quite big images. If you want to have finer grained package selections, local packages lists should be used instead. +defines one or more package tasks to be installed in the live system. This is a quick and convenient way to get a reasonable default selection of packages suitable for most users when building an image, but it results in quite big images. If you want to have finer grained package selections, local package lists should be used instead. .IP "\fB\-\-templates\fR \fIPATH\fR" 4 sets the path to the templates that live\-build is going to use, e.g. for bootloaders. By default, this is set to /usr/share/live/build/templates/. .IP "\fB\-\-virtual\-root\-filesystem\fR ext3" 4 diff --git a/manpages/en/lb_local.1 b/manpages/en/lb_local.1 index fce01c1fb..3faeee206 100644 --- a/manpages/en/lb_local.1 +++ b/manpages/en/lb_local.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb local\fR \- wrapper for local live\-build programs diff --git a/manpages/en/lb_source.1 b/manpages/en/lb_source.1 index bdcb0ad44..c77771786 100644 --- a/manpages/en/lb_source.1 +++ b/manpages/en/lb_source.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source\fR \- Complete the source stage diff --git a/manpages/en/lb_source_checksums.1 b/manpages/en/lb_source_checksums.1 index 7da299a5d..999aae749 100644 --- a/manpages/en/lb_source_checksums.1 +++ b/manpages/en/lb_source_checksums.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_checksums\fR \- Complete the source stage diff --git a/manpages/en/lb_source_debian-live.1 b/manpages/en/lb_source_debian-live.1 index 747c5ac4c..df65c82da 100644 --- a/manpages/en/lb_source_debian-live.1 +++ b/manpages/en/lb_source_debian-live.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_debian\-live\fR \- Complete the source stage diff --git a/manpages/en/lb_source_debian.1 b/manpages/en/lb_source_debian.1 index 4049cece5..cc9b2477b 100644 --- a/manpages/en/lb_source_debian.1 +++ b/manpages/en/lb_source_debian.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_debian\fR \- Complete the source stage diff --git a/manpages/en/lb_source_disk.1 b/manpages/en/lb_source_disk.1 index c338509e7..907114e50 100644 --- a/manpages/en/lb_source_disk.1 +++ b/manpages/en/lb_source_disk.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_disk\fR \- Complete the source stage diff --git a/manpages/en/lb_source_iso.1 b/manpages/en/lb_source_iso.1 index 228f6e380..bdf131f12 100644 --- a/manpages/en/lb_source_iso.1 +++ b/manpages/en/lb_source_iso.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_iso\fR \- Complete the source stage diff --git a/manpages/en/lb_source_net.1 b/manpages/en/lb_source_net.1 index e3000a4bb..4b4532017 100644 --- a/manpages/en/lb_source_net.1 +++ b/manpages/en/lb_source_net.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_net\fR \- Complete the source stage diff --git a/manpages/en/lb_source_tar.1 b/manpages/en/lb_source_tar.1 index 51e87d060..7fb45fa45 100644 --- a/manpages/en/lb_source_tar.1 +++ b/manpages/en/lb_source_tar.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_tar\fR \- Complete the source stage diff --git a/manpages/en/lb_source_usb.1 b/manpages/en/lb_source_usb.1 index 329b20fe3..4e0c4d916 100644 --- a/manpages/en/lb_source_usb.1 +++ b/manpages/en/lb_source_usb.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_usb\fR \- Complete the source stage diff --git a/manpages/en/lb_source_virtual-hdd.1 b/manpages/en/lb_source_virtual-hdd.1 index c2adae9d4..e477bbf3e 100644 --- a/manpages/en/lb_source_virtual-hdd.1 +++ b/manpages/en/lb_source_virtual-hdd.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb source_virtual\-hdd\fR \- Complete the source stage diff --git a/manpages/en/lb_testroot.1 b/manpages/en/lb_testroot.1 index 96ab877c4..b9af793ae 100644 --- a/manpages/en/lb_testroot.1 +++ b/manpages/en/lb_testroot.1 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 1 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 1 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlb testroot\fR \- Ensure that a system is built as root diff --git a/manpages/en/live-build.7 b/manpages/en/live-build.7 index a00f1f1b3..debd3eda9 100644 --- a/manpages/en/live-build.7 +++ b/manpages/en/live-build.7 @@ -1,4 +1,4 @@ -.TH LIVE\-BUILD 7 2010\-11\-22 3.0~a7 "Debian Live Project" +.TH LIVE\-BUILD 7 2010\-11\-23 3.0~a7 "Debian Live Project" .SH NAME \fBlive\-build\fR \- the Debian Live tool suite @@ -131,8 +131,8 @@ apply local patches against chroot use debconf local preseeding file .IP "\fBlb_chroot_packages\fR(1)" 4 queue install of packages into chroot -.IP "\fBlb_chroot_packageslists\fR(1)" 4 -queue install of packages lists into chroot +.IP "\fBlb_chroot_packagelists\fR(1)" 4 +queue install of package lists into chroot .IP "\fBlb_chroot_preseed\fR(1)" 4 use debconf preseeding file .IP "\fBlb_chroot_proc\fR(1)" 4 @@ -174,8 +174,8 @@ install linux\-image into binary execute local hooks in binary .IP "\fBlb_binary_local\-includes\fR(1)" 4 copy files into binary -.IP "\fBlb_binary_local\-packageslists\fR(1)" 4 -install local packages lists into binary +.IP "\fBlb_binary_local\-packagelists\fR(1)" 4 +install local package lists into binary .IP "\fBlb_binary_manifest\fR(1)" 4 create manifest .IP "\fBlb_binary_checksums\fR(1)" 4 diff --git a/manpages/po/de/lb.1.po b/manpages/po/de/lb.1.po index 91541c9aa..44dec5438 100644 --- a/manpages/po/de/lb.1.po +++ b/manpages/po/de/lb.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -202,7 +202,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -215,14 +215,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -247,7 +247,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -260,14 +260,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -289,7 +289,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -303,10 +303,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -335,7 +335,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -349,10 +349,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -381,7 +381,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -395,10 +395,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -493,7 +493,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -507,10 +507,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -531,7 +531,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -545,10 +545,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -571,7 +571,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -585,10 +585,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -609,7 +609,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -623,10 +623,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -650,7 +650,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -664,10 +664,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -688,7 +688,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -702,10 +702,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/lb_binary.1.po b/manpages/po/de/lb_binary.1.po index 374f0b69c..1188f9508 100644 --- a/manpages/po/de/lb_binary.1.po +++ b/manpages/po/de/lb_binary.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/lb_binary_checksums.1.po b/manpages/po/de/lb_binary_checksums.1.po index 68149f77c..321fd5072 100644 --- a/manpages/po/de/lb_binary_checksums.1.po +++ b/manpages/po/de/lb_binary_checksums.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -716,7 +716,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -729,10 +729,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_chroot.1.po b/manpages/po/de/lb_binary_chroot.1.po index 07c9a9377..ef9deebd6 100644 --- a/manpages/po/de/lb_binary_chroot.1.po +++ b/manpages/po/de/lb_binary_chroot.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_debian-installer.1.po b/manpages/po/de/lb_binary_debian-installer.1.po index ade52bae9..bffb96ca9 100644 --- a/manpages/po/de/lb_binary_debian-installer.1.po +++ b/manpages/po/de/lb_binary_debian-installer.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_disk.1.po b/manpages/po/de/lb_binary_disk.1.po index ca8e59e49..da0811d3a 100644 --- a/manpages/po/de/lb_binary_disk.1.po +++ b/manpages/po/de/lb_binary_disk.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_encryption.1.po b/manpages/po/de/lb_binary_encryption.1.po index 9cef09116..4674ab307 100644 --- a/manpages/po/de/lb_binary_encryption.1.po +++ b/manpages/po/de/lb_binary_encryption.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_grub.1.po b/manpages/po/de/lb_binary_grub.1.po index 180969c16..4610a3e57 100644 --- a/manpages/po/de/lb_binary_grub.1.po +++ b/manpages/po/de/lb_binary_grub.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_grub2.1.po b/manpages/po/de/lb_binary_grub2.1.po index a8befe538..fc65f7770 100644 --- a/manpages/po/de/lb_binary_grub2.1.po +++ b/manpages/po/de/lb_binary_grub2.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_includes.1.po b/manpages/po/de/lb_binary_includes.1.po index a7d6f7e7d..96f5d216f 100644 --- a/manpages/po/de/lb_binary_includes.1.po +++ b/manpages/po/de/lb_binary_includes.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_iso.1.po b/manpages/po/de/lb_binary_iso.1.po index 204d0ca92..fb18d978f 100644 --- a/manpages/po/de/lb_binary_iso.1.po +++ b/manpages/po/de/lb_binary_iso.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_linux-image.1.po b/manpages/po/de/lb_binary_linux-image.1.po index 3fdfce9a8..84c2cedaa 100644 --- a/manpages/po/de/lb_binary_linux-image.1.po +++ b/manpages/po/de/lb_binary_linux-image.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_local-hooks.1.po b/manpages/po/de/lb_binary_local-hooks.1.po index 6322ea137..91e519b8e 100644 --- a/manpages/po/de/lb_binary_local-hooks.1.po +++ b/manpages/po/de/lb_binary_local-hooks.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_local-includes.1.po b/manpages/po/de/lb_binary_local-includes.1.po index a5b62d320..ab59d5811 100644 --- a/manpages/po/de/lb_binary_local-includes.1.po +++ b/manpages/po/de/lb_binary_local-includes.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_local-packageslists.1.po b/manpages/po/de/lb_binary_local-packagelists.1.po index 890ba1114..d9ad48466 100644 --- a/manpages/po/de/lb_binary_local-packageslists.1.po +++ b/manpages/po/de/lb_binary_local-packagelists.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 @@ -722,26 +722,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_binary_local-packageslists.1:5 -msgid "B<lb binary_local-packageslists> - Complete the binary stage" +#: en/lb_binary_local-packagelists.1:5 +msgid "B<lb binary_local-packagelists> - Complete the binary stage" msgstr "" #. type: Plain text -#: en/lb_binary_local-packageslists.1:8 -msgid "B<lb binary_local-packageslists> [I<live-build options>]" +#: en/lb_binary_local-packagelists.1:8 +msgid "B<lb binary_local-packagelists> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_binary_local-packageslists.1:11 +#: en/lb_binary_local-packagelists.1:11 msgid "" -"B<lb binary_local-packageslists> is a low-level command (plumbing) of I<live-" +"B<lb binary_local-packagelists> is a low-level command (plumbing) of I<live-" "build>(7), the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_binary_local-packageslists.1:16 +#: en/lb_binary_local-packagelists.1:16 msgid "" -"B<lb binary_local-packageslists> has no specific options but understands all " +"B<lb binary_local-packagelists> has no specific options but understands all " "generic live-build options. See I<live-build>(7) for a complete list of all " "generic live-build options." msgstr "" diff --git a/manpages/po/de/lb_binary_manifest.1.po b/manpages/po/de/lb_binary_manifest.1.po index 39a00d287..63398f719 100644 --- a/manpages/po/de/lb_binary_manifest.1.po +++ b/manpages/po/de/lb_binary_manifest.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_memtest.1.po b/manpages/po/de/lb_binary_memtest.1.po index 9a2231f81..ad074cc23 100644 --- a/manpages/po/de/lb_binary_memtest.1.po +++ b/manpages/po/de/lb_binary_memtest.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_net.1.po b/manpages/po/de/lb_binary_net.1.po index a3c0aac5e..4273c55a5 100644 --- a/manpages/po/de/lb_binary_net.1.po +++ b/manpages/po/de/lb_binary_net.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_rootfs.1.po b/manpages/po/de/lb_binary_rootfs.1.po index f36ac66d0..8708a9755 100644 --- a/manpages/po/de/lb_binary_rootfs.1.po +++ b/manpages/po/de/lb_binary_rootfs.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_silo.1.po b/manpages/po/de/lb_binary_silo.1.po index 85d02fb01..d0ff9f831 100644 --- a/manpages/po/de/lb_binary_silo.1.po +++ b/manpages/po/de/lb_binary_silo.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_syslinux.1.po b/manpages/po/de/lb_binary_syslinux.1.po index b96b23c6c..e1b7371c4 100644 --- a/manpages/po/de/lb_binary_syslinux.1.po +++ b/manpages/po/de/lb_binary_syslinux.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_tar.1.po b/manpages/po/de/lb_binary_tar.1.po index 34615edd3..c846e598f 100644 --- a/manpages/po/de/lb_binary_tar.1.po +++ b/manpages/po/de/lb_binary_tar.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_usb.1.po b/manpages/po/de/lb_binary_usb.1.po index b4c61f4a3..f5dd9fcbc 100644 --- a/manpages/po/de/lb_binary_usb.1.po +++ b/manpages/po/de/lb_binary_usb.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_virtual-hdd.1.po b/manpages/po/de/lb_binary_virtual-hdd.1.po index 522de946d..f34b2cc1c 100644 --- a/manpages/po/de/lb_binary_virtual-hdd.1.po +++ b/manpages/po/de/lb_binary_virtual-hdd.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_win32-loader.1.po b/manpages/po/de/lb_binary_win32-loader.1.po index 8fb5bcac2..83c3e6021 100644 --- a/manpages/po/de/lb_binary_win32-loader.1.po +++ b/manpages/po/de/lb_binary_win32-loader.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_binary_yaboot.1.po b/manpages/po/de/lb_binary_yaboot.1.po index 9148f87ea..b62898034 100644 --- a/manpages/po/de/lb_binary_yaboot.1.po +++ b/manpages/po/de/lb_binary_yaboot.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_bootstrap.1.po b/manpages/po/de/lb_bootstrap.1.po index 658599a45..f4bb1ea91 100644 --- a/manpages/po/de/lb_bootstrap.1.po +++ b/manpages/po/de/lb_bootstrap.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/lb_bootstrap_cache.1.po b/manpages/po/de/lb_bootstrap_cache.1.po index da4ccba2f..13a72a7a9 100644 --- a/manpages/po/de/lb_bootstrap_cache.1.po +++ b/manpages/po/de/lb_bootstrap_cache.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po index 80a9074a6..b675b4b2b 100644 --- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po +++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_bootstrap_copy.1.po b/manpages/po/de/lb_bootstrap_copy.1.po index e3282e436..d0d3602bc 100644 --- a/manpages/po/de/lb_bootstrap_copy.1.po +++ b/manpages/po/de/lb_bootstrap_copy.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po index b5527e9c8..222d3b65b 100644 --- a/manpages/po/de/lb_bootstrap_debootstrap.1.po +++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_build.1.po b/manpages/po/de/lb_build.1.po index f42a71dc2..b3a36f5d1 100644 --- a/manpages/po/de/lb_build.1.po +++ b/manpages/po/de/lb_build.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/lb_chroot.1.po b/manpages/po/de/lb_chroot.1.po index ade81ad1f..a4722f691 100644 --- a/manpages/po/de/lb_chroot.1.po +++ b/manpages/po/de/lb_chroot.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/lb_chroot_apt.1.po b/manpages/po/de/lb_chroot_apt.1.po index 10e7ac247..d0bf9fbd7 100644 --- a/manpages/po/de/lb_chroot_apt.1.po +++ b/manpages/po/de/lb_chroot_apt.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_cache.1.po b/manpages/po/de/lb_chroot_cache.1.po index 4f3d15bdb..f0baaa9a6 100644 --- a/manpages/po/de/lb_chroot_cache.1.po +++ b/manpages/po/de/lb_chroot_cache.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_debianchroot.1.po b/manpages/po/de/lb_chroot_debianchroot.1.po index afc8920c0..ec5fe22de 100644 --- a/manpages/po/de/lb_chroot_debianchroot.1.po +++ b/manpages/po/de/lb_chroot_debianchroot.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_devpts.1.po b/manpages/po/de/lb_chroot_devpts.1.po index 442d34f75..3c8b8fc2b 100644 --- a/manpages/po/de/lb_chroot_devpts.1.po +++ b/manpages/po/de/lb_chroot_devpts.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_dpkg.1.po b/manpages/po/de/lb_chroot_dpkg.1.po index 70eaf30bb..9acc62d74 100644 --- a/manpages/po/de/lb_chroot_dpkg.1.po +++ b/manpages/po/de/lb_chroot_dpkg.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_hacks.1.po b/manpages/po/de/lb_chroot_hacks.1.po index 41dba95b6..31097236b 100644 --- a/manpages/po/de/lb_chroot_hacks.1.po +++ b/manpages/po/de/lb_chroot_hacks.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po index de64d82ed..671ffd490 100644 --- a/manpages/po/de/lb_chroot_hooks.1.po +++ b/manpages/po/de/lb_chroot_hooks.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_hostname.1.po b/manpages/po/de/lb_chroot_hostname.1.po index 675700183..2cba3db09 100644 --- a/manpages/po/de/lb_chroot_hostname.1.po +++ b/manpages/po/de/lb_chroot_hostname.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_hosts.1.po b/manpages/po/de/lb_chroot_hosts.1.po index 1c0756c6c..7b5fb886d 100644 --- a/manpages/po/de/lb_chroot_hosts.1.po +++ b/manpages/po/de/lb_chroot_hosts.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_install-packages.1.po b/manpages/po/de/lb_chroot_install-packages.1.po index db5ce2895..c01231b86 100644 --- a/manpages/po/de/lb_chroot_install-packages.1.po +++ b/manpages/po/de/lb_chroot_install-packages.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_interactive.1.po b/manpages/po/de/lb_chroot_interactive.1.po index cedf4cb9a..c48e1db09 100644 --- a/manpages/po/de/lb_chroot_interactive.1.po +++ b/manpages/po/de/lb_chroot_interactive.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_linux-image.1.po b/manpages/po/de/lb_chroot_linux-image.1.po index 2d3b71b15..f06936f1e 100644 --- a/manpages/po/de/lb_chroot_linux-image.1.po +++ b/manpages/po/de/lb_chroot_linux-image.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_local-hooks.1.po b/manpages/po/de/lb_chroot_local-hooks.1.po index 8ec3a169f..9b701be35 100644 --- a/manpages/po/de/lb_chroot_local-hooks.1.po +++ b/manpages/po/de/lb_chroot_local-hooks.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_local-includes.1.po b/manpages/po/de/lb_chroot_local-includes.1.po index ed1e47c99..c71bfff4b 100644 --- a/manpages/po/de/lb_chroot_local-includes.1.po +++ b/manpages/po/de/lb_chroot_local-includes.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_local-packageslists.1.po b/manpages/po/de/lb_chroot_local-packagelists.1.po index 360fed324..a15ba59b6 100644 --- a/manpages/po/de/lb_chroot_local-packageslists.1.po +++ b/manpages/po/de/lb_chroot_local-packagelists.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 @@ -722,26 +722,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_chroot_local-packageslists.1:5 -msgid "B<lb chroot_local-packageslists> - Complete the chroot stage" +#: en/lb_chroot_local-packagelists.1:5 +msgid "B<lb chroot_local-packagelists> - Complete the chroot stage" msgstr "" #. type: Plain text -#: en/lb_chroot_local-packageslists.1:8 -msgid "B<lb chroot_local-packageslists> [I<live-build options>]" +#: en/lb_chroot_local-packagelists.1:8 +msgid "B<lb chroot_local-packagelists> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_chroot_local-packageslists.1:11 +#: en/lb_chroot_local-packagelists.1:11 msgid "" -"B<lb chroot_local-packageslists> is a low-level command (plumbing) of I<live-" +"B<lb chroot_local-packagelists> is a low-level command (plumbing) of I<live-" "build>(7), the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_chroot_local-packageslists.1:16 +#: en/lb_chroot_local-packagelists.1:16 msgid "" -"B<lb chroot_local-packageslists> has no specific options but understands all " +"B<lb chroot_local-packagelists> has no specific options but understands all " "generic live-build options. See I<live-build>(7) for a complete list of all " "generic live-build options." msgstr "" diff --git a/manpages/po/de/lb_chroot_local-packages.1.po b/manpages/po/de/lb_chroot_local-packages.1.po index 2efbbca33..aa4c739aa 100644 --- a/manpages/po/de/lb_chroot_local-packages.1.po +++ b/manpages/po/de/lb_chroot_local-packages.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_local-patches.1.po b/manpages/po/de/lb_chroot_local-patches.1.po index 189490d64..4ffa2c768 100644 --- a/manpages/po/de/lb_chroot_local-patches.1.po +++ b/manpages/po/de/lb_chroot_local-patches.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_local-preseed.1.po b/manpages/po/de/lb_chroot_local-preseed.1.po index ed1734639..b65eb1b84 100644 --- a/manpages/po/de/lb_chroot_local-preseed.1.po +++ b/manpages/po/de/lb_chroot_local-preseed.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_localization.1.po b/manpages/po/de/lb_chroot_localization.1.po index 5fd1c71d0..62dbf7cc3 100644 --- a/manpages/po/de/lb_chroot_localization.1.po +++ b/manpages/po/de/lb_chroot_localization.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_packageslists.1.po b/manpages/po/de/lb_chroot_packagelists.1.po index 9263a0d3e..8ae48412f 100644 --- a/manpages/po/de/lb_chroot_packageslists.1.po +++ b/manpages/po/de/lb_chroot_packagelists.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 @@ -722,26 +722,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_chroot_packageslists.1:5 -msgid "B<lb chroot_packageslists> - Complete the chroot stage" +#: en/lb_chroot_packagelists.1:5 +msgid "B<lb chroot_packagelists> - Complete the chroot stage" msgstr "" #. type: Plain text -#: en/lb_chroot_packageslists.1:8 -msgid "B<lb chroot_packageslists> [I<live-build options>]" +#: en/lb_chroot_packagelists.1:8 +msgid "B<lb chroot_packagelists> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_chroot_packageslists.1:11 +#: en/lb_chroot_packagelists.1:11 msgid "" -"B<lb chroot_packageslists> is a low-level command (plumbing) of I<live-build>" +"B<lb chroot_packagelists> is a low-level command (plumbing) of I<live-build>" "(7), the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_chroot_packageslists.1:16 +#: en/lb_chroot_packagelists.1:16 msgid "" -"B<lb chroot_packageslists> has no specific options but understands all " +"B<lb chroot_packagelists> has no specific options but understands all " "generic live-build options. See I<live-build>(7) for a complete list of all " "generic live-build options." msgstr "" diff --git a/manpages/po/de/lb_chroot_packages.1.po b/manpages/po/de/lb_chroot_packages.1.po index 6c835ba07..df49862f4 100644 --- a/manpages/po/de/lb_chroot_packages.1.po +++ b/manpages/po/de/lb_chroot_packages.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_preseed.1.po b/manpages/po/de/lb_chroot_preseed.1.po index 9a9e60463..b74c01e39 100644 --- a/manpages/po/de/lb_chroot_preseed.1.po +++ b/manpages/po/de/lb_chroot_preseed.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_proc.1.po b/manpages/po/de/lb_chroot_proc.1.po index 1d26a2341..04c839d87 100644 --- a/manpages/po/de/lb_chroot_proc.1.po +++ b/manpages/po/de/lb_chroot_proc.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_resolv.1.po b/manpages/po/de/lb_chroot_resolv.1.po index de91a26e4..d6cb6b35e 100644 --- a/manpages/po/de/lb_chroot_resolv.1.po +++ b/manpages/po/de/lb_chroot_resolv.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_selinuxfs.1.po b/manpages/po/de/lb_chroot_selinuxfs.1.po index f2c53fd34..abc19c6d6 100644 --- a/manpages/po/de/lb_chroot_selinuxfs.1.po +++ b/manpages/po/de/lb_chroot_selinuxfs.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_sources.1.po b/manpages/po/de/lb_chroot_sources.1.po index f3d449ce2..2fcce3ae7 100644 --- a/manpages/po/de/lb_chroot_sources.1.po +++ b/manpages/po/de/lb_chroot_sources.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_sysfs.1.po b/manpages/po/de/lb_chroot_sysfs.1.po index 69d2569af..de1320ce2 100644 --- a/manpages/po/de/lb_chroot_sysfs.1.po +++ b/manpages/po/de/lb_chroot_sysfs.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_sysv-rc.1.po b/manpages/po/de/lb_chroot_sysv-rc.1.po index c589c3af5..8068cd615 100644 --- a/manpages/po/de/lb_chroot_sysv-rc.1.po +++ b/manpages/po/de/lb_chroot_sysv-rc.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_sysvinit.1.po b/manpages/po/de/lb_chroot_sysvinit.1.po index 1e7e0cd62..f7d5e6835 100644 --- a/manpages/po/de/lb_chroot_sysvinit.1.po +++ b/manpages/po/de/lb_chroot_sysvinit.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_tasks.1.po b/manpages/po/de/lb_chroot_tasks.1.po index 2941c8a9c..6fe78aa6d 100644 --- a/manpages/po/de/lb_chroot_tasks.1.po +++ b/manpages/po/de/lb_chroot_tasks.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_chroot_upstart.1.po b/manpages/po/de/lb_chroot_upstart.1.po index 5895c17e7..a4351accb 100644 --- a/manpages/po/de/lb_chroot_upstart.1.po +++ b/manpages/po/de/lb_chroot_upstart.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_clean.1.po b/manpages/po/de/lb_clean.1.po index c90d681bb..66d9be2d9 100644 --- a/manpages/po/de/lb_clean.1.po +++ b/manpages/po/de/lb_clean.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/lb_config.1.po b/manpages/po/de/lb_config.1.po index 5324a3001..2ccc61af2 100644 --- a/manpages/po/de/lb_config.1.po +++ b/manpages/po/de/lb_config.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:36+0100\n" +"PO-Revision-Date: 2010-11-23 12:36+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -1078,7 +1078,7 @@ msgstr "" #. type: Plain text #: en/lb_config.1:163 -msgid " [-p|B<--packages-lists> I<LIST>|I<\"LISTS\">]" +msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]" msgstr "" #. type: Plain text @@ -2335,7 +2335,7 @@ msgstr "" #. type: IP #: en/lb_config.1:375 #, no-wrap -msgid "-p|B<--packages-lists> I<LIST>|\"I<LISTS>\"" +msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\"" msgstr "" #. type: Plain text @@ -2343,8 +2343,8 @@ msgstr "" msgid "" "defines which lists available in /usr/share/live/build/lists should be used. " "By default, this is set to standard. Note that in case you have local " -"packages lists, you don't need to list them here. Putting them into config/" -"chroot_local-packageslists is enough (the filename needs to have the .list " +"package lists, you don't need to list them here. Putting them into config/" +"chroot_local-packagelists is enough (the filename needs to have the .list " "suffix though)." msgstr "" @@ -2540,7 +2540,7 @@ msgid "" "is a quick and convenient way to get a reasonable default selection of " "packages suitable for most users when building an image, but it results in " "quite big images. If you want to have finer grained package selections, " -"local packages lists should be used instead." +"local package lists should be used instead." msgstr "" #. type: IP diff --git a/manpages/po/de/lb_local.1.po b/manpages/po/de/lb_local.1.po index dcc00be0c..b712464be 100644 --- a/manpages/po/de/lb_local.1.po +++ b/manpages/po/de/lb_local.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/lb_source.1.po b/manpages/po/de/lb_source.1.po index 581417f8b..63706d4ae 100644 --- a/manpages/po/de/lb_source.1.po +++ b/manpages/po/de/lb_source.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/lb_source_checksums.1.po b/manpages/po/de/lb_source_checksums.1.po index 047006603..947c5317e 100644 --- a/manpages/po/de/lb_source_checksums.1.po +++ b/manpages/po/de/lb_source_checksums.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_source_debian-live.1.po b/manpages/po/de/lb_source_debian-live.1.po index 05286c732..ea07b1ba5 100644 --- a/manpages/po/de/lb_source_debian-live.1.po +++ b/manpages/po/de/lb_source_debian-live.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_source_debian.1.po b/manpages/po/de/lb_source_debian.1.po index 9c79ee74a..e0dd45249 100644 --- a/manpages/po/de/lb_source_debian.1.po +++ b/manpages/po/de/lb_source_debian.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_source_disk.1.po b/manpages/po/de/lb_source_disk.1.po index a9cd66bb8..c9e72d5bc 100644 --- a/manpages/po/de/lb_source_disk.1.po +++ b/manpages/po/de/lb_source_disk.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_source_iso.1.po b/manpages/po/de/lb_source_iso.1.po index 6f60083d8..871edaea5 100644 --- a/manpages/po/de/lb_source_iso.1.po +++ b/manpages/po/de/lb_source_iso.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_source_net.1.po b/manpages/po/de/lb_source_net.1.po index 2f010d537..db8d2b1b8 100644 --- a/manpages/po/de/lb_source_net.1.po +++ b/manpages/po/de/lb_source_net.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_source_tar.1.po b/manpages/po/de/lb_source_tar.1.po index 1fd34c046..6d91032de 100644 --- a/manpages/po/de/lb_source_tar.1.po +++ b/manpages/po/de/lb_source_tar.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_source_usb.1.po b/manpages/po/de/lb_source_usb.1.po index 2efdaf5a1..8b0f151cc 100644 --- a/manpages/po/de/lb_source_usb.1.po +++ b/manpages/po/de/lb_source_usb.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_source_virtual-hdd.1.po b/manpages/po/de/lb_source_virtual-hdd.1.po index 308afabb5..aa3cb3ec0 100644 --- a/manpages/po/de/lb_source_virtual-hdd.1.po +++ b/manpages/po/de/lb_source_virtual-hdd.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/po/de/lb_testroot.1.po b/manpages/po/de/lb_testroot.1.po index e6803a91d..c64786f6d 100644 --- a/manpages/po/de/lb_testroot.1.po +++ b/manpages/po/de/lb_testroot.1.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/po/de/live-build.7.po b/manpages/po/de/live-build.7.po index eeefd8ba7..2d7fb9fcd 100644 --- a/manpages/po/de/live-build.7.po +++ b/manpages/po/de/live-build.7.po @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: live-build 3.0~a7\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" -"PO-Revision-Date: 2010-09-26 13:56+0300\n" +"Project-Id-Version: live-build VERSION\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" +"PO-Revision-Date: 2010-11-23 12:29+0100\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: de\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -457,7 +457,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -471,10 +471,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -497,7 +497,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -511,10 +511,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -535,7 +535,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -549,10 +549,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -576,7 +576,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -590,10 +590,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -614,7 +614,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -628,10 +628,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -654,7 +654,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -667,10 +667,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 @@ -1303,12 +1303,12 @@ msgstr "" #. type: IP #: en/live-build.7:134 #, no-wrap -msgid "B<lb_chroot_packageslists>(1)" +msgid "B<lb_chroot_packagelists>(1)" msgstr "" #. type: Plain text #: en/live-build.7:136 -msgid "queue install of packages lists into chroot" +msgid "queue install of package lists into chroot" msgstr "" #. type: IP @@ -1535,12 +1535,12 @@ msgstr "" #. type: IP #: en/live-build.7:177 #, no-wrap -msgid "B<lb_binary_local-packageslists>(1)" +msgid "B<lb_binary_local-packagelists>(1)" msgstr "" #. type: Plain text #: en/live-build.7:179 -msgid "install local packages lists into binary" +msgid "install local package lists into binary" msgstr "" #. type: IP diff --git a/manpages/po4a.cfg b/manpages/po4a.cfg index 94bd1eb20..55b1565f5 100644 --- a/manpages/po4a.cfg +++ b/manpages/po4a.cfg @@ -14,7 +14,7 @@ [type: man] en/lb_binary_linux-image.1 $lang:$lang/lb_binary_linux-image.$lang.1 [type: man] en/lb_binary_local-hooks.1 $lang:$lang/lb_binary_local-hooks.$lang.1 [type: man] en/lb_binary_local-includes.1 $lang:$lang/lb_binary_local-includes.$lang.1 -[type: man] en/lb_binary_local-packageslists.1 $lang:$lang/lb_binary_local-packageslists.$lang.1 +[type: man] en/lb_binary_local-packagelists.1 $lang:$lang/lb_binary_local-packagelists.$lang.1 [type: man] en/lb_binary_manifest.1 $lang:$lang/lb_binary_manifest.$lang.1 [type: man] en/lb_binary_memtest.1 $lang:$lang/lb_binary_memtest.$lang.1 [type: man] en/lb_binary_net.1 $lang:$lang/lb_binary_net.$lang.1 @@ -47,13 +47,13 @@ [type: man] en/lb_chroot_linux-image.1 $lang:$lang/lb_chroot_linux-image.$lang.1 [type: man] en/lb_chroot_local-hooks.1 $lang:$lang/lb_chroot_local-hooks.$lang.1 [type: man] en/lb_chroot_local-includes.1 $lang:$lang/lb_chroot_local-includes.$lang.1 +[type: man] en/lb_chroot_local-packagelists.1 $lang:$lang/lb_chroot_local-packagelists.$lang.1 [type: man] en/lb_chroot_local-packages.1 $lang:$lang/lb_chroot_local-packages.$lang.1 -[type: man] en/lb_chroot_local-packageslists.1 $lang:$lang/lb_chroot_local-packageslists.$lang.1 [type: man] en/lb_chroot_local-patches.1 $lang:$lang/lb_chroot_local-patches.$lang.1 [type: man] en/lb_chroot_local-preseed.1 $lang:$lang/lb_chroot_local-preseed.$lang.1 [type: man] en/lb_chroot_localization.1 $lang:$lang/lb_chroot_localization.$lang.1 +[type: man] en/lb_chroot_packagelists.1 $lang:$lang/lb_chroot_packagelists.$lang.1 [type: man] en/lb_chroot_packages.1 $lang:$lang/lb_chroot_packages.$lang.1 -[type: man] en/lb_chroot_packageslists.1 $lang:$lang/lb_chroot_packageslists.$lang.1 [type: man] en/lb_chroot_preseed.1 $lang:$lang/lb_chroot_preseed.$lang.1 [type: man] en/lb_chroot_proc.1 $lang:$lang/lb_chroot_proc.$lang.1 [type: man] en/lb_chroot_resolv.1 $lang:$lang/lb_chroot_resolv.$lang.1 diff --git a/manpages/pot/lb.1.pot b/manpages/pot/lb.1.pot index e5e6c02a2..f6c45e35f 100644 --- a/manpages/pot/lb.1.pot +++ b/manpages/pot/lb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -202,7 +202,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -215,14 +215,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -247,7 +247,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -260,14 +260,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -289,7 +289,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -303,10 +303,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -335,7 +335,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -349,10 +349,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -381,7 +381,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -395,10 +395,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -493,7 +493,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -507,10 +507,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -531,7 +531,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -545,10 +545,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -571,7 +571,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -585,10 +585,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -609,7 +609,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -623,10 +623,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -650,7 +650,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -664,10 +664,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -688,7 +688,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -702,10 +702,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/lb_binary.1.pot b/manpages/pot/lb_binary.1.pot index 8c3c6f6df..f27b41480 100644 --- a/manpages/pot/lb_binary.1.pot +++ b/manpages/pot/lb_binary.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/lb_binary_checksums.1.pot b/manpages/pot/lb_binary_checksums.1.pot index aca446a32..778ed1a42 100644 --- a/manpages/pot/lb_binary_checksums.1.pot +++ b/manpages/pot/lb_binary_checksums.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -716,7 +716,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -729,10 +729,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_chroot.1.pot b/manpages/pot/lb_binary_chroot.1.pot index 4a66d8edf..6eff04b90 100644 --- a/manpages/pot/lb_binary_chroot.1.pot +++ b/manpages/pot/lb_binary_chroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_debian-installer.1.pot b/manpages/pot/lb_binary_debian-installer.1.pot index 368ef2541..77df62cfa 100644 --- a/manpages/pot/lb_binary_debian-installer.1.pot +++ b/manpages/pot/lb_binary_debian-installer.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_disk.1.pot b/manpages/pot/lb_binary_disk.1.pot index 9aa86ae2a..59f02aa31 100644 --- a/manpages/pot/lb_binary_disk.1.pot +++ b/manpages/pot/lb_binary_disk.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_encryption.1.pot b/manpages/pot/lb_binary_encryption.1.pot index 01254b995..25268686d 100644 --- a/manpages/pot/lb_binary_encryption.1.pot +++ b/manpages/pot/lb_binary_encryption.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_grub.1.pot b/manpages/pot/lb_binary_grub.1.pot index f16bd67c9..930434afe 100644 --- a/manpages/pot/lb_binary_grub.1.pot +++ b/manpages/pot/lb_binary_grub.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_grub2.1.pot b/manpages/pot/lb_binary_grub2.1.pot index 2244a3e03..6c9fb079f 100644 --- a/manpages/pot/lb_binary_grub2.1.pot +++ b/manpages/pot/lb_binary_grub2.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_includes.1.pot b/manpages/pot/lb_binary_includes.1.pot index 181712ac8..631b3e344 100644 --- a/manpages/pot/lb_binary_includes.1.pot +++ b/manpages/pot/lb_binary_includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_iso.1.pot b/manpages/pot/lb_binary_iso.1.pot index f3ad97f75..72ba5fbb2 100644 --- a/manpages/pot/lb_binary_iso.1.pot +++ b/manpages/pot/lb_binary_iso.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_linux-image.1.pot b/manpages/pot/lb_binary_linux-image.1.pot index 66fc32287..d0340d7e8 100644 --- a/manpages/pot/lb_binary_linux-image.1.pot +++ b/manpages/pot/lb_binary_linux-image.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_local-hooks.1.pot b/manpages/pot/lb_binary_local-hooks.1.pot index 44e5411fc..8a21ee8fa 100644 --- a/manpages/pot/lb_binary_local-hooks.1.pot +++ b/manpages/pot/lb_binary_local-hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_local-includes.1.pot b/manpages/pot/lb_binary_local-includes.1.pot index 9432a1cfc..1fd713acc 100644 --- a/manpages/pot/lb_binary_local-includes.1.pot +++ b/manpages/pot/lb_binary_local-includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_local-packageslists.1.pot b/manpages/pot/lb_binary_local-packagelists.1.pot index 57770fd16..f1681f6bc 100644 --- a/manpages/pot/lb_chroot_local-packageslists.1.pot +++ b/manpages/pot/lb_binary_local-packagelists.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 @@ -722,26 +722,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_chroot_local-packageslists.1:5 -msgid "B<lb chroot_local-packageslists> - Complete the chroot stage" +#: en/lb_binary_local-packagelists.1:5 +msgid "B<lb binary_local-packagelists> - Complete the binary stage" msgstr "" #. type: Plain text -#: en/lb_chroot_local-packageslists.1:8 -msgid "B<lb chroot_local-packageslists> [I<live-build options>]" +#: en/lb_binary_local-packagelists.1:8 +msgid "B<lb binary_local-packagelists> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_chroot_local-packageslists.1:11 +#: en/lb_binary_local-packagelists.1:11 msgid "" -"B<lb chroot_local-packageslists> is a low-level command (plumbing) of I<live-" +"B<lb binary_local-packagelists> is a low-level command (plumbing) of I<live-" "build>(7), the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_chroot_local-packageslists.1:16 +#: en/lb_binary_local-packagelists.1:16 msgid "" -"B<lb chroot_local-packageslists> has no specific options but understands all " +"B<lb binary_local-packagelists> has no specific options but understands all " "generic live-build options. See I<live-build>(7) for a complete list of all " "generic live-build options." msgstr "" diff --git a/manpages/pot/lb_binary_manifest.1.pot b/manpages/pot/lb_binary_manifest.1.pot index eb5a831b4..0003e3ad5 100644 --- a/manpages/pot/lb_binary_manifest.1.pot +++ b/manpages/pot/lb_binary_manifest.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_memtest.1.pot b/manpages/pot/lb_binary_memtest.1.pot index 928664b81..cdea8bd77 100644 --- a/manpages/pot/lb_binary_memtest.1.pot +++ b/manpages/pot/lb_binary_memtest.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_net.1.pot b/manpages/pot/lb_binary_net.1.pot index 143701167..f309c3286 100644 --- a/manpages/pot/lb_binary_net.1.pot +++ b/manpages/pot/lb_binary_net.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_rootfs.1.pot b/manpages/pot/lb_binary_rootfs.1.pot index 37e7e9d1a..e14697302 100644 --- a/manpages/pot/lb_binary_rootfs.1.pot +++ b/manpages/pot/lb_binary_rootfs.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_silo.1.pot b/manpages/pot/lb_binary_silo.1.pot index 5b9438410..b5e61aaca 100644 --- a/manpages/pot/lb_binary_silo.1.pot +++ b/manpages/pot/lb_binary_silo.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_syslinux.1.pot b/manpages/pot/lb_binary_syslinux.1.pot index cf382e499..bee9af10c 100644 --- a/manpages/pot/lb_binary_syslinux.1.pot +++ b/manpages/pot/lb_binary_syslinux.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_tar.1.pot b/manpages/pot/lb_binary_tar.1.pot index 0481673f8..c9be59311 100644 --- a/manpages/pot/lb_binary_tar.1.pot +++ b/manpages/pot/lb_binary_tar.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_usb.1.pot b/manpages/pot/lb_binary_usb.1.pot index 6c1ca9b93..0201274f2 100644 --- a/manpages/pot/lb_binary_usb.1.pot +++ b/manpages/pot/lb_binary_usb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_virtual-hdd.1.pot b/manpages/pot/lb_binary_virtual-hdd.1.pot index c42e4d013..bd2810fc9 100644 --- a/manpages/pot/lb_binary_virtual-hdd.1.pot +++ b/manpages/pot/lb_binary_virtual-hdd.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_win32-loader.1.pot b/manpages/pot/lb_binary_win32-loader.1.pot index 08662fb50..edd88d014 100644 --- a/manpages/pot/lb_binary_win32-loader.1.pot +++ b/manpages/pot/lb_binary_win32-loader.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_yaboot.1.pot b/manpages/pot/lb_binary_yaboot.1.pot index 666b1ab29..27680fb80 100644 --- a/manpages/pot/lb_binary_yaboot.1.pot +++ b/manpages/pot/lb_binary_yaboot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_bootstrap.1.pot b/manpages/pot/lb_bootstrap.1.pot index b57efa098..d8816ac14 100644 --- a/manpages/pot/lb_bootstrap.1.pot +++ b/manpages/pot/lb_bootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/lb_bootstrap_cache.1.pot b/manpages/pot/lb_bootstrap_cache.1.pot index 9897aac3b..a71a61987 100644 --- a/manpages/pot/lb_bootstrap_cache.1.pot +++ b/manpages/pot/lb_bootstrap_cache.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot index 45d92d735..e935aa922 100644 --- a/manpages/pot/lb_bootstrap_cdebootstrap.1.pot +++ b/manpages/pot/lb_bootstrap_cdebootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_bootstrap_copy.1.pot b/manpages/pot/lb_bootstrap_copy.1.pot index c0a4615cb..524babbf1 100644 --- a/manpages/pot/lb_bootstrap_copy.1.pot +++ b/manpages/pot/lb_bootstrap_copy.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_bootstrap_debootstrap.1.pot b/manpages/pot/lb_bootstrap_debootstrap.1.pot index b04b58bee..3579ae246 100644 --- a/manpages/pot/lb_bootstrap_debootstrap.1.pot +++ b/manpages/pot/lb_bootstrap_debootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_build.1.pot b/manpages/pot/lb_build.1.pot index 15011b2c2..2a2f77a06 100644 --- a/manpages/pot/lb_build.1.pot +++ b/manpages/pot/lb_build.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/lb_chroot.1.pot b/manpages/pot/lb_chroot.1.pot index 1e1de3c47..8be0759ad 100644 --- a/manpages/pot/lb_chroot.1.pot +++ b/manpages/pot/lb_chroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/lb_chroot_apt.1.pot b/manpages/pot/lb_chroot_apt.1.pot index 83a356208..78dbc84d7 100644 --- a/manpages/pot/lb_chroot_apt.1.pot +++ b/manpages/pot/lb_chroot_apt.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_cache.1.pot b/manpages/pot/lb_chroot_cache.1.pot index 4cf1f15d0..ae1dc8c9d 100644 --- a/manpages/pot/lb_chroot_cache.1.pot +++ b/manpages/pot/lb_chroot_cache.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_debianchroot.1.pot b/manpages/pot/lb_chroot_debianchroot.1.pot index c6105be71..e4ec84642 100644 --- a/manpages/pot/lb_chroot_debianchroot.1.pot +++ b/manpages/pot/lb_chroot_debianchroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_devpts.1.pot b/manpages/pot/lb_chroot_devpts.1.pot index fe149f2aa..72383fd7a 100644 --- a/manpages/pot/lb_chroot_devpts.1.pot +++ b/manpages/pot/lb_chroot_devpts.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_dpkg.1.pot b/manpages/pot/lb_chroot_dpkg.1.pot index 8e298ccc8..62d49f0b0 100644 --- a/manpages/pot/lb_chroot_dpkg.1.pot +++ b/manpages/pot/lb_chroot_dpkg.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_hacks.1.pot b/manpages/pot/lb_chroot_hacks.1.pot index 7f292ce28..3ac5db9f6 100644 --- a/manpages/pot/lb_chroot_hacks.1.pot +++ b/manpages/pot/lb_chroot_hacks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_hooks.1.pot b/manpages/pot/lb_chroot_hooks.1.pot index 1297e9669..0d5982553 100644 --- a/manpages/pot/lb_chroot_hooks.1.pot +++ b/manpages/pot/lb_chroot_hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_hostname.1.pot b/manpages/pot/lb_chroot_hostname.1.pot index 0974c1842..5e466af5b 100644 --- a/manpages/pot/lb_chroot_hostname.1.pot +++ b/manpages/pot/lb_chroot_hostname.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_hosts.1.pot b/manpages/pot/lb_chroot_hosts.1.pot index 478843d83..2dbcb1a11 100644 --- a/manpages/pot/lb_chroot_hosts.1.pot +++ b/manpages/pot/lb_chroot_hosts.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_install-packages.1.pot b/manpages/pot/lb_chroot_install-packages.1.pot index 495eedf0c..8a7a53cab 100644 --- a/manpages/pot/lb_chroot_install-packages.1.pot +++ b/manpages/pot/lb_chroot_install-packages.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_interactive.1.pot b/manpages/pot/lb_chroot_interactive.1.pot index a064ee1a5..441b3981b 100644 --- a/manpages/pot/lb_chroot_interactive.1.pot +++ b/manpages/pot/lb_chroot_interactive.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_linux-image.1.pot b/manpages/pot/lb_chroot_linux-image.1.pot index 7d92aa77b..f60a33531 100644 --- a/manpages/pot/lb_chroot_linux-image.1.pot +++ b/manpages/pot/lb_chroot_linux-image.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_local-hooks.1.pot b/manpages/pot/lb_chroot_local-hooks.1.pot index 5c70b5dac..7783b5696 100644 --- a/manpages/pot/lb_chroot_local-hooks.1.pot +++ b/manpages/pot/lb_chroot_local-hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_local-includes.1.pot b/manpages/pot/lb_chroot_local-includes.1.pot index fd98086ac..a1716416e 100644 --- a/manpages/pot/lb_chroot_local-includes.1.pot +++ b/manpages/pot/lb_chroot_local-includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_binary_local-packageslists.1.pot b/manpages/pot/lb_chroot_local-packagelists.1.pot index 268418ad9..f97614d54 100644 --- a/manpages/pot/lb_binary_local-packageslists.1.pot +++ b/manpages/pot/lb_chroot_local-packagelists.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 @@ -722,26 +722,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_binary_local-packageslists.1:5 -msgid "B<lb binary_local-packageslists> - Complete the binary stage" +#: en/lb_chroot_local-packagelists.1:5 +msgid "B<lb chroot_local-packagelists> - Complete the chroot stage" msgstr "" #. type: Plain text -#: en/lb_binary_local-packageslists.1:8 -msgid "B<lb binary_local-packageslists> [I<live-build options>]" +#: en/lb_chroot_local-packagelists.1:8 +msgid "B<lb chroot_local-packagelists> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_binary_local-packageslists.1:11 +#: en/lb_chroot_local-packagelists.1:11 msgid "" -"B<lb binary_local-packageslists> is a low-level command (plumbing) of I<live-" +"B<lb chroot_local-packagelists> is a low-level command (plumbing) of I<live-" "build>(7), the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_binary_local-packageslists.1:16 +#: en/lb_chroot_local-packagelists.1:16 msgid "" -"B<lb binary_local-packageslists> has no specific options but understands all " +"B<lb chroot_local-packagelists> has no specific options but understands all " "generic live-build options. See I<live-build>(7) for a complete list of all " "generic live-build options." msgstr "" diff --git a/manpages/pot/lb_chroot_local-packages.1.pot b/manpages/pot/lb_chroot_local-packages.1.pot index 7c00fae3c..9d2c2e641 100644 --- a/manpages/pot/lb_chroot_local-packages.1.pot +++ b/manpages/pot/lb_chroot_local-packages.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_local-patches.1.pot b/manpages/pot/lb_chroot_local-patches.1.pot index 150540456..e59de3c55 100644 --- a/manpages/pot/lb_chroot_local-patches.1.pot +++ b/manpages/pot/lb_chroot_local-patches.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_local-preseed.1.pot b/manpages/pot/lb_chroot_local-preseed.1.pot index 5bf7c028f..f8f05f4ba 100644 --- a/manpages/pot/lb_chroot_local-preseed.1.pot +++ b/manpages/pot/lb_chroot_local-preseed.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_localization.1.pot b/manpages/pot/lb_chroot_localization.1.pot index 663e1fb39..d0c886e25 100644 --- a/manpages/pot/lb_chroot_localization.1.pot +++ b/manpages/pot/lb_chroot_localization.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_packageslists.1.pot b/manpages/pot/lb_chroot_packagelists.1.pot index fff75202b..b03b069a9 100644 --- a/manpages/pot/lb_chroot_packageslists.1.pot +++ b/manpages/pot/lb_chroot_packagelists.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 @@ -722,26 +722,26 @@ msgid "B<n/a>" msgstr "" #. type: Plain text -#: en/lb_chroot_packageslists.1:5 -msgid "B<lb chroot_packageslists> - Complete the chroot stage" +#: en/lb_chroot_packagelists.1:5 +msgid "B<lb chroot_packagelists> - Complete the chroot stage" msgstr "" #. type: Plain text -#: en/lb_chroot_packageslists.1:8 -msgid "B<lb chroot_packageslists> [I<live-build options>]" +#: en/lb_chroot_packagelists.1:8 +msgid "B<lb chroot_packagelists> [I<live-build options>]" msgstr "" #. type: Plain text -#: en/lb_chroot_packageslists.1:11 +#: en/lb_chroot_packagelists.1:11 msgid "" -"B<lb chroot_packageslists> is a low-level command (plumbing) of I<live-build>" +"B<lb chroot_packagelists> is a low-level command (plumbing) of I<live-build>" "(7), the Debian Live tool suite." msgstr "" #. type: Plain text -#: en/lb_chroot_packageslists.1:16 +#: en/lb_chroot_packagelists.1:16 msgid "" -"B<lb chroot_packageslists> has no specific options but understands all " +"B<lb chroot_packagelists> has no specific options but understands all " "generic live-build options. See I<live-build>(7) for a complete list of all " "generic live-build options." msgstr "" diff --git a/manpages/pot/lb_chroot_packages.1.pot b/manpages/pot/lb_chroot_packages.1.pot index 9eea8e524..52556a1f5 100644 --- a/manpages/pot/lb_chroot_packages.1.pot +++ b/manpages/pot/lb_chroot_packages.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_preseed.1.pot b/manpages/pot/lb_chroot_preseed.1.pot index 640c7cd2f..796b366b4 100644 --- a/manpages/pot/lb_chroot_preseed.1.pot +++ b/manpages/pot/lb_chroot_preseed.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_proc.1.pot b/manpages/pot/lb_chroot_proc.1.pot index a58313904..b678a316e 100644 --- a/manpages/pot/lb_chroot_proc.1.pot +++ b/manpages/pot/lb_chroot_proc.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_resolv.1.pot b/manpages/pot/lb_chroot_resolv.1.pot index 8f4377f84..446590f1b 100644 --- a/manpages/pot/lb_chroot_resolv.1.pot +++ b/manpages/pot/lb_chroot_resolv.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_selinuxfs.1.pot b/manpages/pot/lb_chroot_selinuxfs.1.pot index bdcf67816..2b17e6e31 100644 --- a/manpages/pot/lb_chroot_selinuxfs.1.pot +++ b/manpages/pot/lb_chroot_selinuxfs.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_sources.1.pot b/manpages/pot/lb_chroot_sources.1.pot index 86fc63996..63558dd2d 100644 --- a/manpages/pot/lb_chroot_sources.1.pot +++ b/manpages/pot/lb_chroot_sources.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_sysfs.1.pot b/manpages/pot/lb_chroot_sysfs.1.pot index 69a15b472..c6dd0fd8c 100644 --- a/manpages/pot/lb_chroot_sysfs.1.pot +++ b/manpages/pot/lb_chroot_sysfs.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_sysv-rc.1.pot b/manpages/pot/lb_chroot_sysv-rc.1.pot index 679f1718c..8e5179fe2 100644 --- a/manpages/pot/lb_chroot_sysv-rc.1.pot +++ b/manpages/pot/lb_chroot_sysv-rc.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_sysvinit.1.pot b/manpages/pot/lb_chroot_sysvinit.1.pot index 64d6a0388..5cc43dd3b 100644 --- a/manpages/pot/lb_chroot_sysvinit.1.pot +++ b/manpages/pot/lb_chroot_sysvinit.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_tasks.1.pot b/manpages/pot/lb_chroot_tasks.1.pot index 27f3b6c33..581b47d28 100644 --- a/manpages/pot/lb_chroot_tasks.1.pot +++ b/manpages/pot/lb_chroot_tasks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_chroot_upstart.1.pot b/manpages/pot/lb_chroot_upstart.1.pot index eec047c93..42c97ecbd 100644 --- a/manpages/pot/lb_chroot_upstart.1.pot +++ b/manpages/pot/lb_chroot_upstart.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_clean.1.pot b/manpages/pot/lb_clean.1.pot index e33bb630e..048eecdb3 100644 --- a/manpages/pot/lb_clean.1.pot +++ b/manpages/pot/lb_clean.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/lb_config.1.pot b/manpages/pot/lb_config.1.pot index ce895a1fb..b2df4dbd5 100644 --- a/manpages/pot/lb_config.1.pot +++ b/manpages/pot/lb_config.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:36+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -1078,7 +1078,7 @@ msgstr "" #. type: Plain text #: en/lb_config.1:163 -msgid " [-p|B<--packages-lists> I<LIST>|I<\"LISTS\">]" +msgid " [-p|B<--package-lists> I<LIST>|I<\"LISTS\">]" msgstr "" #. type: Plain text @@ -2335,7 +2335,7 @@ msgstr "" #. type: IP #: en/lb_config.1:375 #, no-wrap -msgid "-p|B<--packages-lists> I<LIST>|\"I<LISTS>\"" +msgid "-p|B<--package-lists> I<LIST>|\"I<LISTS>\"" msgstr "" #. type: Plain text @@ -2343,8 +2343,8 @@ msgstr "" msgid "" "defines which lists available in /usr/share/live/build/lists should be used. " "By default, this is set to standard. Note that in case you have local " -"packages lists, you don't need to list them here. Putting them into config/" -"chroot_local-packageslists is enough (the filename needs to have the .list " +"package lists, you don't need to list them here. Putting them into config/" +"chroot_local-packagelists is enough (the filename needs to have the .list " "suffix though)." msgstr "" @@ -2540,7 +2540,7 @@ msgid "" "is a quick and convenient way to get a reasonable default selection of " "packages suitable for most users when building an image, but it results in " "quite big images. If you want to have finer grained package selections, " -"local packages lists should be used instead." +"local package lists should be used instead." msgstr "" #. type: IP diff --git a/manpages/pot/lb_local.1.pot b/manpages/pot/lb_local.1.pot index ae76f3555..cfcc9389c 100644 --- a/manpages/pot/lb_local.1.pot +++ b/manpages/pot/lb_local.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/lb_source.1.pot b/manpages/pot/lb_source.1.pot index a5a03a4bc..3e91686dd 100644 --- a/manpages/pot/lb_source.1.pot +++ b/manpages/pot/lb_source.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/lb_source_checksums.1.pot b/manpages/pot/lb_source_checksums.1.pot index 93a36a17c..3f757a4b9 100644 --- a/manpages/pot/lb_source_checksums.1.pot +++ b/manpages/pot/lb_source_checksums.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_source_debian-live.1.pot b/manpages/pot/lb_source_debian-live.1.pot index 7c755e21a..a00c2e43d 100644 --- a/manpages/pot/lb_source_debian-live.1.pot +++ b/manpages/pot/lb_source_debian-live.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_source_debian.1.pot b/manpages/pot/lb_source_debian.1.pot index 693c54c16..6128d2820 100644 --- a/manpages/pot/lb_source_debian.1.pot +++ b/manpages/pot/lb_source_debian.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_source_disk.1.pot b/manpages/pot/lb_source_disk.1.pot index a73c487ff..967d7447c 100644 --- a/manpages/pot/lb_source_disk.1.pot +++ b/manpages/pot/lb_source_disk.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_source_iso.1.pot b/manpages/pot/lb_source_iso.1.pot index 453690d23..a4e4e3d6a 100644 --- a/manpages/pot/lb_source_iso.1.pot +++ b/manpages/pot/lb_source_iso.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_source_net.1.pot b/manpages/pot/lb_source_net.1.pot index 2de89a9f7..8958331ec 100644 --- a/manpages/pot/lb_source_net.1.pot +++ b/manpages/pot/lb_source_net.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_source_tar.1.pot b/manpages/pot/lb_source_tar.1.pot index bcae15824..d9be509fd 100644 --- a/manpages/pot/lb_source_tar.1.pot +++ b/manpages/pot/lb_source_tar.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_source_usb.1.pot b/manpages/pot/lb_source_usb.1.pot index 5e07867d0..29666d4d9 100644 --- a/manpages/pot/lb_source_usb.1.pot +++ b/manpages/pot/lb_source_usb.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_source_virtual-hdd.1.pot b/manpages/pot/lb_source_virtual-hdd.1.pot index 60871cd79..01d5574bb 100644 --- a/manpages/pot/lb_source_virtual-hdd.1.pot +++ b/manpages/pot/lb_source_virtual-hdd.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -456,7 +456,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -470,10 +470,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -494,7 +494,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -508,10 +508,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -534,7 +534,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -548,10 +548,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -572,7 +572,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -586,10 +586,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -613,7 +613,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -627,10 +627,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -651,7 +651,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -665,10 +665,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -691,7 +691,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -704,10 +704,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 diff --git a/manpages/pot/lb_testroot.1.pot b/manpages/pot/lb_testroot.1.pot index 5010014d0..104bbabdd 100644 --- a/manpages/pot/lb_testroot.1.pot +++ b/manpages/pot/lb_testroot.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -351,7 +351,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -365,10 +365,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -389,7 +389,7 @@ msgstr "" #: en/lb_binary_disk.1:23 en/lb_binary_encryption.1:23 en/lb_binary_grub.1:23 #: en/lb_binary_grub2.1:23 en/lb_binary_includes.1:23 en/lb_binary_iso.1:23 #: en/lb_binary_linux-image.1:23 en/lb_binary_local-hooks.1:23 -#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packageslists.1:23 +#: en/lb_binary_local-includes.1:23 en/lb_binary_local-packagelists.1:23 #: en/lb_binary_manifest.1:23 en/lb_binary_memtest.1:23 en/lb_binary_net.1:23 #: en/lb_binary_rootfs.1:23 en/lb_binary_silo.1:23 en/lb_binary_syslinux.1:23 #: en/lb_binary_tar.1:23 en/lb_binary_usb.1:23 en/lb_binary_virtual-hdd.1:23 @@ -403,10 +403,10 @@ msgstr "" #: en/lb_chroot_hostname.1:23 en/lb_chroot_hosts.1:23 #: en/lb_chroot_install-packages.1:23 en/lb_chroot_interactive.1:23 #: en/lb_chroot_linux-image.1:23 en/lb_chroot_local-hooks.1:23 -#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packages.1:23 -#: en/lb_chroot_local-packageslists.1:23 en/lb_chroot_local-patches.1:23 +#: en/lb_chroot_local-includes.1:23 en/lb_chroot_local-packagelists.1:23 +#: en/lb_chroot_local-packages.1:23 en/lb_chroot_local-patches.1:23 #: en/lb_chroot_local-preseed.1:23 en/lb_chroot_localization.1:23 -#: en/lb_chroot_packages.1:23 en/lb_chroot_packageslists.1:23 +#: en/lb_chroot_packagelists.1:23 en/lb_chroot_packages.1:23 #: en/lb_chroot_preseed.1:23 en/lb_chroot_proc.1:23 en/lb_chroot_resolv.1:23 #: en/lb_chroot_selinuxfs.1:23 en/lb_chroot_sources.1:23 #: en/lb_chroot_sysfs.1:23 en/lb_chroot_sysv-rc.1:23 @@ -426,7 +426,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -440,10 +440,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -463,7 +463,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -477,10 +477,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -501,7 +501,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -515,10 +515,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -541,7 +541,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -555,10 +555,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -579,7 +579,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -593,10 +593,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -620,7 +620,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -634,10 +634,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -658,7 +658,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -672,10 +672,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 diff --git a/manpages/pot/live-build.7.pot b/manpages/pot/live-build.7.pot index 2ecced828..c601a99de 100644 --- a/manpages/pot/live-build.7.pot +++ b/manpages/pot/live-build.7.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build VERSION\n" -"POT-Creation-Date: 2010-11-22 23:23+0100\n" +"POT-Creation-Date: 2010-11-23 12:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -22,7 +22,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -35,14 +35,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -57,7 +57,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -70,20 +70,20 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 #: en/lb_source_virtual-hdd.1:1 en/lb_testroot.1:1 en/live-build.7:1 #, no-wrap -msgid "2010-11-22" +msgid "2010-11-23" msgstr "" #. type: TH @@ -92,7 +92,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -105,14 +105,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -127,7 +127,7 @@ msgstr "" #: en/lb_binary_disk.1:1 en/lb_binary_encryption.1:1 en/lb_binary_grub.1:1 #: en/lb_binary_grub2.1:1 en/lb_binary_includes.1:1 en/lb_binary_iso.1:1 #: en/lb_binary_linux-image.1:1 en/lb_binary_local-hooks.1:1 -#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packageslists.1:1 +#: en/lb_binary_local-includes.1:1 en/lb_binary_local-packagelists.1:1 #: en/lb_binary_manifest.1:1 en/lb_binary_memtest.1:1 en/lb_binary_net.1:1 #: en/lb_binary_rootfs.1:1 en/lb_binary_silo.1:1 en/lb_binary_syslinux.1:1 #: en/lb_binary_tar.1:1 en/lb_binary_usb.1:1 en/lb_binary_virtual-hdd.1:1 @@ -140,14 +140,14 @@ msgstr "" #: en/lb_chroot_hosts.1:1 en/lb_chroot_install-packages.1:1 #: en/lb_chroot_interactive.1:1 en/lb_chroot_linux-image.1:1 #: en/lb_chroot_local-hooks.1:1 en/lb_chroot_local-includes.1:1 -#: en/lb_chroot_local-packages.1:1 en/lb_chroot_local-packageslists.1:1 +#: en/lb_chroot_local-packagelists.1:1 en/lb_chroot_local-packages.1:1 #: en/lb_chroot_local-patches.1:1 en/lb_chroot_local-preseed.1:1 -#: en/lb_chroot_localization.1:1 en/lb_chroot_packages.1:1 -#: en/lb_chroot_packageslists.1:1 en/lb_chroot_preseed.1:1 -#: en/lb_chroot_proc.1:1 en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 -#: en/lb_chroot_sources.1:1 en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 -#: en/lb_chroot_sysvinit.1:1 en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 -#: en/lb_clean.1:1 en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 +#: en/lb_chroot_localization.1:1 en/lb_chroot_packagelists.1:1 +#: en/lb_chroot_packages.1:1 en/lb_chroot_preseed.1:1 en/lb_chroot_proc.1:1 +#: en/lb_chroot_resolv.1:1 en/lb_chroot_selinuxfs.1:1 en/lb_chroot_sources.1:1 +#: en/lb_chroot_sysfs.1:1 en/lb_chroot_sysv-rc.1:1 en/lb_chroot_sysvinit.1:1 +#: en/lb_chroot_tasks.1:1 en/lb_chroot_upstart.1:1 en/lb_clean.1:1 +#: en/lb_config.1:1 en/lb_local.1:1 en/lb_source.1:1 #: en/lb_source_checksums.1:1 en/lb_source_debian-live.1:1 #: en/lb_source_debian.1:1 en/lb_source_disk.1:1 en/lb_source_iso.1:1 #: en/lb_source_net.1:1 en/lb_source_tar.1:1 en/lb_source_usb.1:1 @@ -162,7 +162,7 @@ msgstr "" #: en/lb_binary_disk.1:3 en/lb_binary_encryption.1:3 en/lb_binary_grub.1:3 #: en/lb_binary_grub2.1:3 en/lb_binary_includes.1:3 en/lb_binary_iso.1:3 #: en/lb_binary_linux-image.1:3 en/lb_binary_local-hooks.1:3 -#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packageslists.1:3 +#: en/lb_binary_local-includes.1:3 en/lb_binary_local-packagelists.1:3 #: en/lb_binary_manifest.1:3 en/lb_binary_memtest.1:3 en/lb_binary_net.1:3 #: en/lb_binary_rootfs.1:3 en/lb_binary_silo.1:3 en/lb_binary_syslinux.1:3 #: en/lb_binary_tar.1:3 en/lb_binary_usb.1:3 en/lb_binary_virtual-hdd.1:3 @@ -175,14 +175,14 @@ msgstr "" #: en/lb_chroot_hosts.1:3 en/lb_chroot_install-packages.1:3 #: en/lb_chroot_interactive.1:3 en/lb_chroot_linux-image.1:3 #: en/lb_chroot_local-hooks.1:3 en/lb_chroot_local-includes.1:3 -#: en/lb_chroot_local-packages.1:3 en/lb_chroot_local-packageslists.1:3 +#: en/lb_chroot_local-packagelists.1:3 en/lb_chroot_local-packages.1:3 #: en/lb_chroot_local-patches.1:3 en/lb_chroot_local-preseed.1:3 -#: en/lb_chroot_localization.1:3 en/lb_chroot_packages.1:3 -#: en/lb_chroot_packageslists.1:3 en/lb_chroot_preseed.1:3 -#: en/lb_chroot_proc.1:3 en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 -#: en/lb_chroot_sources.1:3 en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 -#: en/lb_chroot_sysvinit.1:3 en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 -#: en/lb_clean.1:3 en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 +#: en/lb_chroot_localization.1:3 en/lb_chroot_packagelists.1:3 +#: en/lb_chroot_packages.1:3 en/lb_chroot_preseed.1:3 en/lb_chroot_proc.1:3 +#: en/lb_chroot_resolv.1:3 en/lb_chroot_selinuxfs.1:3 en/lb_chroot_sources.1:3 +#: en/lb_chroot_sysfs.1:3 en/lb_chroot_sysv-rc.1:3 en/lb_chroot_sysvinit.1:3 +#: en/lb_chroot_tasks.1:3 en/lb_chroot_upstart.1:3 en/lb_clean.1:3 +#: en/lb_config.1:3 en/lb_local.1:3 en/lb_source.1:3 #: en/lb_source_checksums.1:3 en/lb_source_debian-live.1:3 #: en/lb_source_debian.1:3 en/lb_source_disk.1:3 en/lb_source_iso.1:3 #: en/lb_source_net.1:3 en/lb_source_tar.1:3 en/lb_source_usb.1:3 @@ -197,7 +197,7 @@ msgstr "" #: en/lb_binary_disk.1:6 en/lb_binary_encryption.1:6 en/lb_binary_grub.1:6 #: en/lb_binary_grub2.1:6 en/lb_binary_includes.1:6 en/lb_binary_iso.1:6 #: en/lb_binary_linux-image.1:6 en/lb_binary_local-hooks.1:6 -#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packageslists.1:6 +#: en/lb_binary_local-includes.1:6 en/lb_binary_local-packagelists.1:6 #: en/lb_binary_manifest.1:6 en/lb_binary_memtest.1:6 en/lb_binary_net.1:6 #: en/lb_binary_rootfs.1:6 en/lb_binary_silo.1:6 en/lb_binary_syslinux.1:6 #: en/lb_binary_tar.1:6 en/lb_binary_usb.1:6 en/lb_binary_virtual-hdd.1:6 @@ -210,14 +210,14 @@ msgstr "" #: en/lb_chroot_hosts.1:6 en/lb_chroot_install-packages.1:6 #: en/lb_chroot_interactive.1:6 en/lb_chroot_linux-image.1:6 #: en/lb_chroot_local-hooks.1:6 en/lb_chroot_local-includes.1:6 -#: en/lb_chroot_local-packages.1:6 en/lb_chroot_local-packageslists.1:6 +#: en/lb_chroot_local-packagelists.1:6 en/lb_chroot_local-packages.1:6 #: en/lb_chroot_local-patches.1:6 en/lb_chroot_local-preseed.1:6 -#: en/lb_chroot_localization.1:6 en/lb_chroot_packages.1:6 -#: en/lb_chroot_packageslists.1:6 en/lb_chroot_preseed.1:6 -#: en/lb_chroot_proc.1:6 en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 -#: en/lb_chroot_sources.1:6 en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 -#: en/lb_chroot_sysvinit.1:6 en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 -#: en/lb_clean.1:6 en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 +#: en/lb_chroot_localization.1:6 en/lb_chroot_packagelists.1:6 +#: en/lb_chroot_packages.1:6 en/lb_chroot_preseed.1:6 en/lb_chroot_proc.1:6 +#: en/lb_chroot_resolv.1:6 en/lb_chroot_selinuxfs.1:6 en/lb_chroot_sources.1:6 +#: en/lb_chroot_sysfs.1:6 en/lb_chroot_sysv-rc.1:6 en/lb_chroot_sysvinit.1:6 +#: en/lb_chroot_tasks.1:6 en/lb_chroot_upstart.1:6 en/lb_clean.1:6 +#: en/lb_config.1:6 en/lb_local.1:6 en/lb_source.1:6 #: en/lb_source_checksums.1:6 en/lb_source_debian-live.1:6 #: en/lb_source_debian.1:6 en/lb_source_disk.1:6 en/lb_source_iso.1:6 #: en/lb_source_net.1:6 en/lb_source_tar.1:6 en/lb_source_usb.1:6 @@ -232,7 +232,7 @@ msgstr "" #: en/lb_binary_disk.1:9 en/lb_binary_encryption.1:9 en/lb_binary_grub.1:9 #: en/lb_binary_grub2.1:9 en/lb_binary_includes.1:9 en/lb_binary_iso.1:9 #: en/lb_binary_linux-image.1:9 en/lb_binary_local-hooks.1:9 -#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packageslists.1:9 +#: en/lb_binary_local-includes.1:9 en/lb_binary_local-packagelists.1:9 #: en/lb_binary_manifest.1:9 en/lb_binary_memtest.1:9 en/lb_binary_net.1:9 #: en/lb_binary_rootfs.1:9 en/lb_binary_silo.1:9 en/lb_binary_syslinux.1:9 #: en/lb_binary_tar.1:9 en/lb_binary_usb.1:9 en/lb_binary_virtual-hdd.1:9 @@ -245,14 +245,14 @@ msgstr "" #: en/lb_chroot_hosts.1:9 en/lb_chroot_install-packages.1:9 #: en/lb_chroot_interactive.1:9 en/lb_chroot_linux-image.1:9 #: en/lb_chroot_local-hooks.1:9 en/lb_chroot_local-includes.1:9 -#: en/lb_chroot_local-packages.1:9 en/lb_chroot_local-packageslists.1:9 +#: en/lb_chroot_local-packagelists.1:9 en/lb_chroot_local-packages.1:9 #: en/lb_chroot_local-patches.1:9 en/lb_chroot_local-preseed.1:9 -#: en/lb_chroot_localization.1:9 en/lb_chroot_packages.1:9 -#: en/lb_chroot_packageslists.1:9 en/lb_chroot_preseed.1:9 -#: en/lb_chroot_proc.1:9 en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 -#: en/lb_chroot_sources.1:9 en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 -#: en/lb_chroot_sysvinit.1:9 en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 -#: en/lb_clean.1:9 en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 +#: en/lb_chroot_localization.1:9 en/lb_chroot_packagelists.1:9 +#: en/lb_chroot_packages.1:9 en/lb_chroot_preseed.1:9 en/lb_chroot_proc.1:9 +#: en/lb_chroot_resolv.1:9 en/lb_chroot_selinuxfs.1:9 en/lb_chroot_sources.1:9 +#: en/lb_chroot_sysfs.1:9 en/lb_chroot_sysv-rc.1:9 en/lb_chroot_sysvinit.1:9 +#: en/lb_chroot_tasks.1:9 en/lb_chroot_upstart.1:9 en/lb_clean.1:9 +#: en/lb_config.1:205 en/lb_local.1:9 en/lb_source.1:9 #: en/lb_source_checksums.1:9 en/lb_source_debian-live.1:9 #: en/lb_source_debian.1:9 en/lb_source_disk.1:9 en/lb_source_iso.1:9 #: en/lb_source_net.1:9 en/lb_source_tar.1:9 en/lb_source_usb.1:9 @@ -267,7 +267,7 @@ msgstr "" #: en/lb_binary_disk.1:14 en/lb_binary_encryption.1:14 en/lb_binary_grub.1:14 #: en/lb_binary_grub2.1:14 en/lb_binary_includes.1:14 en/lb_binary_iso.1:14 #: en/lb_binary_linux-image.1:14 en/lb_binary_local-hooks.1:14 -#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packageslists.1:14 +#: en/lb_binary_local-includes.1:14 en/lb_binary_local-packagelists.1:14 #: en/lb_binary_manifest.1:14 en/lb_binary_memtest.1:14 en/lb_binary_net.1:14 #: en/lb_binary_rootfs.1:14 en/lb_binary_silo.1:14 en/lb_binary_syslinux.1:14 #: en/lb_binary_tar.1:14 en/lb_binary_usb.1:14 en/lb_binary_virtual-hdd.1:14 @@ -281,10 +281,10 @@ msgstr "" #: en/lb_chroot_hostname.1:14 en/lb_chroot_hosts.1:14 #: en/lb_chroot_install-packages.1:14 en/lb_chroot_interactive.1:14 #: en/lb_chroot_linux-image.1:14 en/lb_chroot_local-hooks.1:14 -#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packages.1:14 -#: en/lb_chroot_local-packageslists.1:14 en/lb_chroot_local-patches.1:14 +#: en/lb_chroot_local-includes.1:14 en/lb_chroot_local-packagelists.1:14 +#: en/lb_chroot_local-packages.1:14 en/lb_chroot_local-patches.1:14 #: en/lb_chroot_local-preseed.1:14 en/lb_chroot_localization.1:14 -#: en/lb_chroot_packages.1:14 en/lb_chroot_packageslists.1:14 +#: en/lb_chroot_packagelists.1:14 en/lb_chroot_packages.1:14 #: en/lb_chroot_preseed.1:14 en/lb_chroot_proc.1:14 en/lb_chroot_resolv.1:14 #: en/lb_chroot_selinuxfs.1:14 en/lb_chroot_sources.1:14 #: en/lb_chroot_sysfs.1:14 en/lb_chroot_sysv-rc.1:14 @@ -305,7 +305,7 @@ msgstr "" #: en/lb_binary_disk.1:17 en/lb_binary_encryption.1:17 en/lb_binary_grub.1:17 #: en/lb_binary_grub2.1:17 en/lb_binary_includes.1:17 en/lb_binary_iso.1:17 #: en/lb_binary_linux-image.1:17 en/lb_binary_local-hooks.1:17 -#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packageslists.1:17 +#: en/lb_binary_local-includes.1:17 en/lb_binary_local-packagelists.1:17 #: en/lb_binary_manifest.1:17 en/lb_binary_memtest.1:17 en/lb_binary_net.1:17 #: en/lb_binary_rootfs.1:17 en/lb_binary_silo.1:17 en/lb_binary_syslinux.1:17 #: en/lb_binary_tar.1:17 en/lb_binary_usb.1:17 en/lb_binary_virtual-hdd.1:17 @@ -319,10 +319,10 @@ msgstr "" #: en/lb_chroot_hostname.1:17 en/lb_chroot_hosts.1:17 #: en/lb_chroot_install-packages.1:17 en/lb_chroot_interactive.1:17 #: en/lb_chroot_linux-image.1:17 en/lb_chroot_local-hooks.1:17 -#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packages.1:17 -#: en/lb_chroot_local-packageslists.1:17 en/lb_chroot_local-patches.1:17 +#: en/lb_chroot_local-includes.1:17 en/lb_chroot_local-packagelists.1:17 +#: en/lb_chroot_local-packages.1:17 en/lb_chroot_local-patches.1:17 #: en/lb_chroot_local-preseed.1:17 en/lb_chroot_localization.1:17 -#: en/lb_chroot_packages.1:17 en/lb_chroot_packageslists.1:17 +#: en/lb_chroot_packagelists.1:17 en/lb_chroot_packages.1:17 #: en/lb_chroot_preseed.1:17 en/lb_chroot_proc.1:17 en/lb_chroot_resolv.1:17 #: en/lb_chroot_selinuxfs.1:17 en/lb_chroot_sources.1:17 #: en/lb_chroot_sysfs.1:17 en/lb_chroot_sysv-rc.1:17 @@ -344,7 +344,7 @@ msgstr "" #: en/lb_binary_disk.1:21 en/lb_binary_encryption.1:21 en/lb_binary_grub.1:21 #: en/lb_binary_grub2.1:21 en/lb_binary_includes.1:21 en/lb_binary_iso.1:21 #: en/lb_binary_linux-image.1:21 en/lb_binary_local-hooks.1:21 -#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packageslists.1:21 +#: en/lb_binary_local-includes.1:21 en/lb_binary_local-packagelists.1:21 #: en/lb_binary_manifest.1:21 en/lb_binary_memtest.1:21 en/lb_binary_net.1:21 #: en/lb_binary_rootfs.1:21 en/lb_binary_silo.1:21 en/lb_binary_syslinux.1:21 #: en/lb_binary_tar.1:21 en/lb_binary_usb.1:21 en/lb_binary_virtual-hdd.1:21 @@ -358,10 +358,10 @@ msgstr "" #: en/lb_chroot_hostname.1:21 en/lb_chroot_hosts.1:21 #: en/lb_chroot_install-packages.1:21 en/lb_chroot_interactive.1:21 #: en/lb_chroot_linux-image.1:21 en/lb_chroot_local-hooks.1:21 -#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packages.1:21 -#: en/lb_chroot_local-packageslists.1:21 en/lb_chroot_local-patches.1:21 +#: en/lb_chroot_local-includes.1:21 en/lb_chroot_local-packagelists.1:21 +#: en/lb_chroot_local-packages.1:21 en/lb_chroot_local-patches.1:21 #: en/lb_chroot_local-preseed.1:21 en/lb_chroot_localization.1:21 -#: en/lb_chroot_packages.1:21 en/lb_chroot_packageslists.1:21 +#: en/lb_chroot_packagelists.1:21 en/lb_chroot_packages.1:21 #: en/lb_chroot_preseed.1:21 en/lb_chroot_proc.1:21 en/lb_chroot_resolv.1:21 #: en/lb_chroot_selinuxfs.1:21 en/lb_chroot_sources.1:21 #: en/lb_chroot_sysfs.1:21 en/lb_chroot_sysv-rc.1:21 @@ -382,7 +382,7 @@ msgstr "" #: en/lb_binary_disk.1:25 en/lb_binary_encryption.1:25 en/lb_binary_grub.1:25 #: en/lb_binary_grub2.1:25 en/lb_binary_includes.1:25 en/lb_binary_iso.1:25 #: en/lb_binary_linux-image.1:25 en/lb_binary_local-hooks.1:25 -#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packageslists.1:25 +#: en/lb_binary_local-includes.1:25 en/lb_binary_local-packagelists.1:25 #: en/lb_binary_manifest.1:25 en/lb_binary_memtest.1:25 en/lb_binary_net.1:25 #: en/lb_binary_rootfs.1:25 en/lb_binary_silo.1:25 en/lb_binary_syslinux.1:25 #: en/lb_binary_tar.1:25 en/lb_binary_usb.1:25 en/lb_binary_virtual-hdd.1:25 @@ -396,10 +396,10 @@ msgstr "" #: en/lb_chroot_hostname.1:25 en/lb_chroot_hosts.1:25 #: en/lb_chroot_install-packages.1:25 en/lb_chroot_interactive.1:25 #: en/lb_chroot_linux-image.1:25 en/lb_chroot_local-hooks.1:25 -#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packages.1:25 -#: en/lb_chroot_local-packageslists.1:25 en/lb_chroot_local-patches.1:25 +#: en/lb_chroot_local-includes.1:25 en/lb_chroot_local-packagelists.1:25 +#: en/lb_chroot_local-packages.1:25 en/lb_chroot_local-patches.1:25 #: en/lb_chroot_local-preseed.1:25 en/lb_chroot_localization.1:25 -#: en/lb_chroot_packages.1:25 en/lb_chroot_packageslists.1:25 +#: en/lb_chroot_packagelists.1:25 en/lb_chroot_packages.1:25 #: en/lb_chroot_preseed.1:25 en/lb_chroot_proc.1:25 en/lb_chroot_resolv.1:25 #: en/lb_chroot_selinuxfs.1:25 en/lb_chroot_sources.1:25 #: en/lb_chroot_sysfs.1:25 en/lb_chroot_sysv-rc.1:25 @@ -419,7 +419,7 @@ msgstr "" #: en/lb_binary_disk.1:26 en/lb_binary_encryption.1:26 en/lb_binary_grub.1:26 #: en/lb_binary_grub2.1:26 en/lb_binary_includes.1:26 en/lb_binary_iso.1:26 #: en/lb_binary_linux-image.1:26 en/lb_binary_local-hooks.1:26 -#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packageslists.1:26 +#: en/lb_binary_local-includes.1:26 en/lb_binary_local-packagelists.1:26 #: en/lb_binary_manifest.1:26 en/lb_binary_memtest.1:26 en/lb_binary_net.1:26 #: en/lb_binary_rootfs.1:26 en/lb_binary_silo.1:26 en/lb_binary_syslinux.1:26 #: en/lb_binary_tar.1:26 en/lb_binary_usb.1:26 en/lb_binary_virtual-hdd.1:26 @@ -433,10 +433,10 @@ msgstr "" #: en/lb_chroot_hostname.1:26 en/lb_chroot_hosts.1:26 #: en/lb_chroot_install-packages.1:26 en/lb_chroot_interactive.1:26 #: en/lb_chroot_linux-image.1:26 en/lb_chroot_local-hooks.1:26 -#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packages.1:26 -#: en/lb_chroot_local-packageslists.1:26 en/lb_chroot_local-patches.1:26 +#: en/lb_chroot_local-includes.1:26 en/lb_chroot_local-packagelists.1:26 +#: en/lb_chroot_local-packages.1:26 en/lb_chroot_local-patches.1:26 #: en/lb_chroot_local-preseed.1:26 en/lb_chroot_localization.1:26 -#: en/lb_chroot_packages.1:26 en/lb_chroot_packageslists.1:26 +#: en/lb_chroot_packagelists.1:26 en/lb_chroot_packages.1:26 #: en/lb_chroot_preseed.1:26 en/lb_chroot_proc.1:26 en/lb_chroot_resolv.1:26 #: en/lb_chroot_selinuxfs.1:26 en/lb_chroot_sources.1:26 #: en/lb_chroot_sysfs.1:26 en/lb_chroot_sysv-rc.1:26 @@ -457,7 +457,7 @@ msgstr "" #: en/lb_binary_disk.1:28 en/lb_binary_encryption.1:28 en/lb_binary_grub.1:28 #: en/lb_binary_grub2.1:28 en/lb_binary_includes.1:28 en/lb_binary_iso.1:28 #: en/lb_binary_linux-image.1:28 en/lb_binary_local-hooks.1:28 -#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packageslists.1:28 +#: en/lb_binary_local-includes.1:28 en/lb_binary_local-packagelists.1:28 #: en/lb_binary_manifest.1:28 en/lb_binary_memtest.1:28 en/lb_binary_net.1:28 #: en/lb_binary_rootfs.1:28 en/lb_binary_silo.1:28 en/lb_binary_syslinux.1:28 #: en/lb_binary_tar.1:28 en/lb_binary_usb.1:28 en/lb_binary_virtual-hdd.1:28 @@ -471,10 +471,10 @@ msgstr "" #: en/lb_chroot_hostname.1:28 en/lb_chroot_hosts.1:28 #: en/lb_chroot_install-packages.1:28 en/lb_chroot_interactive.1:28 #: en/lb_chroot_linux-image.1:28 en/lb_chroot_local-hooks.1:28 -#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packages.1:28 -#: en/lb_chroot_local-packageslists.1:28 en/lb_chroot_local-patches.1:28 +#: en/lb_chroot_local-includes.1:28 en/lb_chroot_local-packagelists.1:28 +#: en/lb_chroot_local-packages.1:28 en/lb_chroot_local-patches.1:28 #: en/lb_chroot_local-preseed.1:28 en/lb_chroot_localization.1:28 -#: en/lb_chroot_packages.1:28 en/lb_chroot_packageslists.1:28 +#: en/lb_chroot_packagelists.1:28 en/lb_chroot_packages.1:28 #: en/lb_chroot_preseed.1:28 en/lb_chroot_proc.1:28 en/lb_chroot_resolv.1:28 #: en/lb_chroot_selinuxfs.1:28 en/lb_chroot_sources.1:28 #: en/lb_chroot_sysfs.1:28 en/lb_chroot_sysv-rc.1:28 @@ -497,7 +497,7 @@ msgstr "" #: en/lb_binary_disk.1:29 en/lb_binary_encryption.1:29 en/lb_binary_grub.1:29 #: en/lb_binary_grub2.1:29 en/lb_binary_includes.1:29 en/lb_binary_iso.1:29 #: en/lb_binary_linux-image.1:29 en/lb_binary_local-hooks.1:29 -#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packageslists.1:29 +#: en/lb_binary_local-includes.1:29 en/lb_binary_local-packagelists.1:29 #: en/lb_binary_manifest.1:29 en/lb_binary_memtest.1:29 en/lb_binary_net.1:29 #: en/lb_binary_rootfs.1:29 en/lb_binary_silo.1:29 en/lb_binary_syslinux.1:29 #: en/lb_binary_tar.1:29 en/lb_binary_usb.1:29 en/lb_binary_virtual-hdd.1:29 @@ -511,10 +511,10 @@ msgstr "" #: en/lb_chroot_hostname.1:29 en/lb_chroot_hosts.1:29 #: en/lb_chroot_install-packages.1:29 en/lb_chroot_interactive.1:29 #: en/lb_chroot_linux-image.1:29 en/lb_chroot_local-hooks.1:29 -#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packages.1:29 -#: en/lb_chroot_local-packageslists.1:29 en/lb_chroot_local-patches.1:29 +#: en/lb_chroot_local-includes.1:29 en/lb_chroot_local-packagelists.1:29 +#: en/lb_chroot_local-packages.1:29 en/lb_chroot_local-patches.1:29 #: en/lb_chroot_local-preseed.1:29 en/lb_chroot_localization.1:29 -#: en/lb_chroot_packages.1:29 en/lb_chroot_packageslists.1:29 +#: en/lb_chroot_packagelists.1:29 en/lb_chroot_packages.1:29 #: en/lb_chroot_preseed.1:29 en/lb_chroot_proc.1:29 en/lb_chroot_resolv.1:29 #: en/lb_chroot_selinuxfs.1:29 en/lb_chroot_sources.1:29 #: en/lb_chroot_sysfs.1:29 en/lb_chroot_sysv-rc.1:29 @@ -535,7 +535,7 @@ msgstr "" #: en/lb_binary_disk.1:31 en/lb_binary_encryption.1:31 en/lb_binary_grub.1:31 #: en/lb_binary_grub2.1:31 en/lb_binary_includes.1:31 en/lb_binary_iso.1:31 #: en/lb_binary_linux-image.1:31 en/lb_binary_local-hooks.1:31 -#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packageslists.1:31 +#: en/lb_binary_local-includes.1:31 en/lb_binary_local-packagelists.1:31 #: en/lb_binary_manifest.1:31 en/lb_binary_memtest.1:31 en/lb_binary_net.1:31 #: en/lb_binary_rootfs.1:31 en/lb_binary_silo.1:31 en/lb_binary_syslinux.1:31 #: en/lb_binary_tar.1:31 en/lb_binary_usb.1:31 en/lb_binary_virtual-hdd.1:31 @@ -549,10 +549,10 @@ msgstr "" #: en/lb_chroot_hostname.1:31 en/lb_chroot_hosts.1:31 #: en/lb_chroot_install-packages.1:31 en/lb_chroot_interactive.1:31 #: en/lb_chroot_linux-image.1:31 en/lb_chroot_local-hooks.1:31 -#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packages.1:31 -#: en/lb_chroot_local-packageslists.1:31 en/lb_chroot_local-patches.1:31 +#: en/lb_chroot_local-includes.1:31 en/lb_chroot_local-packagelists.1:31 +#: en/lb_chroot_local-packages.1:31 en/lb_chroot_local-patches.1:31 #: en/lb_chroot_local-preseed.1:31 en/lb_chroot_localization.1:31 -#: en/lb_chroot_packages.1:31 en/lb_chroot_packageslists.1:31 +#: en/lb_chroot_packagelists.1:31 en/lb_chroot_packages.1:31 #: en/lb_chroot_preseed.1:31 en/lb_chroot_proc.1:31 en/lb_chroot_resolv.1:31 #: en/lb_chroot_selinuxfs.1:31 en/lb_chroot_sources.1:31 #: en/lb_chroot_sysfs.1:31 en/lb_chroot_sysv-rc.1:31 @@ -576,7 +576,7 @@ msgstr "" #: en/lb_binary_disk.1:32 en/lb_binary_encryption.1:32 en/lb_binary_grub.1:32 #: en/lb_binary_grub2.1:32 en/lb_binary_includes.1:32 en/lb_binary_iso.1:32 #: en/lb_binary_linux-image.1:32 en/lb_binary_local-hooks.1:32 -#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packageslists.1:32 +#: en/lb_binary_local-includes.1:32 en/lb_binary_local-packagelists.1:32 #: en/lb_binary_manifest.1:32 en/lb_binary_memtest.1:32 en/lb_binary_net.1:32 #: en/lb_binary_rootfs.1:32 en/lb_binary_silo.1:32 en/lb_binary_syslinux.1:32 #: en/lb_binary_tar.1:32 en/lb_binary_usb.1:32 en/lb_binary_virtual-hdd.1:32 @@ -590,10 +590,10 @@ msgstr "" #: en/lb_chroot_hostname.1:32 en/lb_chroot_hosts.1:32 #: en/lb_chroot_install-packages.1:32 en/lb_chroot_interactive.1:32 #: en/lb_chroot_linux-image.1:32 en/lb_chroot_local-hooks.1:32 -#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packages.1:32 -#: en/lb_chroot_local-packageslists.1:32 en/lb_chroot_local-patches.1:32 +#: en/lb_chroot_local-includes.1:32 en/lb_chroot_local-packagelists.1:32 +#: en/lb_chroot_local-packages.1:32 en/lb_chroot_local-patches.1:32 #: en/lb_chroot_local-preseed.1:32 en/lb_chroot_localization.1:32 -#: en/lb_chroot_packages.1:32 en/lb_chroot_packageslists.1:32 +#: en/lb_chroot_packagelists.1:32 en/lb_chroot_packages.1:32 #: en/lb_chroot_preseed.1:32 en/lb_chroot_proc.1:32 en/lb_chroot_resolv.1:32 #: en/lb_chroot_selinuxfs.1:32 en/lb_chroot_sources.1:32 #: en/lb_chroot_sysfs.1:32 en/lb_chroot_sysv-rc.1:32 @@ -614,7 +614,7 @@ msgstr "" #: en/lb_binary_disk.1:33 en/lb_binary_encryption.1:33 en/lb_binary_grub.1:33 #: en/lb_binary_grub2.1:33 en/lb_binary_includes.1:33 en/lb_binary_iso.1:33 #: en/lb_binary_linux-image.1:33 en/lb_binary_local-hooks.1:33 -#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packageslists.1:33 +#: en/lb_binary_local-includes.1:33 en/lb_binary_local-packagelists.1:33 #: en/lb_binary_manifest.1:33 en/lb_binary_memtest.1:33 en/lb_binary_net.1:33 #: en/lb_binary_rootfs.1:33 en/lb_binary_silo.1:33 en/lb_binary_syslinux.1:33 #: en/lb_binary_tar.1:33 en/lb_binary_usb.1:33 en/lb_binary_virtual-hdd.1:33 @@ -628,10 +628,10 @@ msgstr "" #: en/lb_chroot_hostname.1:33 en/lb_chroot_hosts.1:33 #: en/lb_chroot_install-packages.1:33 en/lb_chroot_interactive.1:33 #: en/lb_chroot_linux-image.1:33 en/lb_chroot_local-hooks.1:33 -#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packages.1:33 -#: en/lb_chroot_local-packageslists.1:33 en/lb_chroot_local-patches.1:33 +#: en/lb_chroot_local-includes.1:33 en/lb_chroot_local-packagelists.1:33 +#: en/lb_chroot_local-packages.1:33 en/lb_chroot_local-patches.1:33 #: en/lb_chroot_local-preseed.1:33 en/lb_chroot_localization.1:33 -#: en/lb_chroot_packages.1:33 en/lb_chroot_packageslists.1:33 +#: en/lb_chroot_packagelists.1:33 en/lb_chroot_packages.1:33 #: en/lb_chroot_preseed.1:33 en/lb_chroot_proc.1:33 en/lb_chroot_resolv.1:33 #: en/lb_chroot_selinuxfs.1:33 en/lb_chroot_sources.1:33 #: en/lb_chroot_sysfs.1:33 en/lb_chroot_sysv-rc.1:33 @@ -654,7 +654,7 @@ msgstr "" #: en/lb_binary_encryption.1:19 en/lb_binary_grub.1:19 en/lb_binary_grub2.1:19 #: en/lb_binary_includes.1:19 en/lb_binary_iso.1:19 #: en/lb_binary_linux-image.1:19 en/lb_binary_local-hooks.1:19 -#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packageslists.1:19 +#: en/lb_binary_local-includes.1:19 en/lb_binary_local-packagelists.1:19 #: en/lb_binary_manifest.1:19 en/lb_binary_memtest.1:19 en/lb_binary_net.1:19 #: en/lb_binary_rootfs.1:19 en/lb_binary_silo.1:19 en/lb_binary_syslinux.1:19 #: en/lb_binary_tar.1:19 en/lb_binary_usb.1:19 en/lb_binary_virtual-hdd.1:19 @@ -667,10 +667,10 @@ msgstr "" #: en/lb_chroot_hostname.1:19 en/lb_chroot_hosts.1:19 #: en/lb_chroot_install-packages.1:19 en/lb_chroot_interactive.1:19 #: en/lb_chroot_linux-image.1:19 en/lb_chroot_local-hooks.1:19 -#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packages.1:19 -#: en/lb_chroot_local-packageslists.1:19 en/lb_chroot_local-patches.1:19 +#: en/lb_chroot_local-includes.1:19 en/lb_chroot_local-packagelists.1:19 +#: en/lb_chroot_local-packages.1:19 en/lb_chroot_local-patches.1:19 #: en/lb_chroot_local-preseed.1:19 en/lb_chroot_localization.1:19 -#: en/lb_chroot_packages.1:19 en/lb_chroot_packageslists.1:19 +#: en/lb_chroot_packagelists.1:19 en/lb_chroot_packages.1:19 #: en/lb_chroot_preseed.1:19 en/lb_chroot_proc.1:19 en/lb_chroot_resolv.1:19 #: en/lb_chroot_selinuxfs.1:19 en/lb_chroot_sources.1:19 #: en/lb_chroot_sysfs.1:19 en/lb_chroot_sysv-rc.1:19 @@ -1303,12 +1303,12 @@ msgstr "" #. type: IP #: en/live-build.7:134 #, no-wrap -msgid "B<lb_chroot_packageslists>(1)" +msgid "B<lb_chroot_packagelists>(1)" msgstr "" #. type: Plain text #: en/live-build.7:136 -msgid "queue install of packages lists into chroot" +msgid "queue install of package lists into chroot" msgstr "" #. type: IP @@ -1535,12 +1535,12 @@ msgstr "" #. type: IP #: en/live-build.7:177 #, no-wrap -msgid "B<lb_binary_local-packageslists>(1)" +msgid "B<lb_binary_local-packagelists>(1)" msgstr "" #. type: Plain text #: en/live-build.7:179 -msgid "install local packages lists into binary" +msgid "install local package lists into binary" msgstr "" #. type: IP diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary index 8598e3ed6..8d3e6cd6a 100755 --- a/scripts/build/lb_binary +++ b/scripts/build/lb_binary @@ -59,7 +59,7 @@ lb binary_manifest ${*} lb binary_encryption ${*} # Prepare images -lb binary_local-packageslists ${*} +lb binary_local-packagelists ${*} lb binary_linux-image ${*} lb binary_debian-installer ${*} lb binary_memtest ${*} diff --git a/scripts/build/lb_binary_iso b/scripts/build/lb_binary_iso index 50ed78100..d6b136858 100755 --- a/scripts/build/lb_binary_iso +++ b/scripts/build/lb_binary_iso @@ -145,7 +145,7 @@ case "${LB_BOOTLOADER}" in ;; esac -if In_list "stripped minimal" "${LB_PACKAGES_LISTS}" +if In_list "stripped minimal" "${LB_PACKAGE_LISTS}" then if [ "${LB_DEBIAN_INSTALLER}" != "live" ] then diff --git a/scripts/build/lb_binary_local-packageslists b/scripts/build/lb_binary_local-packagelists index 80f3fb257..bd75628d8 100755 --- a/scripts/build/lb_binary_local-packageslists +++ b/scripts/build/lb_binary_local-packagelists @@ -24,13 +24,13 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -Echo_message "Begin installing local packages lists..." +Echo_message "Begin installing local package lists..." # Requiring stage file Require_stagefile .stage/config .stage/bootstrap # Checking stage file -Check_stagefile .stage/binary_local-packageslists +Check_stagefile .stage/binary_local-packagelists # Checking lock file Check_lockfile .lock @@ -38,7 +38,7 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if Find_files config/binary_local-packageslists/*.list +if Find_files config/binary_local-packagelists/*.list then # Restoring cache Restore_cache cache/packages_chroot @@ -53,16 +53,16 @@ then mv chroot/var/lib/dpkg/status chroot/var/lib/dpkg/status.tmp touch chroot/var/lib/dpkg/status - for PACKAGESLIST in config/binary_local-packageslists/*.list + for PACKAGELIST in config/binary_local-packagelists/*.list do # Generate package list - Expand_packagelist "${PACKAGESLIST}" "config/binary_local-packageslists" "config/chroot_local-packageslists" > chroot/root/"$(basename ${PACKAGESLIST})" + Expand_packagelist "${PACKAGELIST}" "config/binary_local-packagelists" "config/chroot_local-packagelists" > chroot/root/"$(basename ${PACKAGELIST})" # Downloading additional packages - Chroot chroot "xargs --arg-file=/root/$(basename ${PACKAGESLIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install" + Chroot chroot "xargs --arg-file=/root/$(basename ${PACKAGELIST}) apt-get ${APT_OPTIONS} -o Dir::Cache=/binary.deb --download-only install" # Remove package list - rm chroot/root/"$(basename ${PACKAGESLIST})" + rm chroot/root/"$(basename ${PACKAGELIST})" done for FILE in chroot/binary.deb/archives/*.deb @@ -125,5 +125,5 @@ then Save_cache cache/packages_chroot # Creating stage file - Create_stagefile .stage/binary_local-packageslists + Create_stagefile .stage/binary_local-packagelists fi diff --git a/scripts/build/lb_bootstrap_cdebootstrap b/scripts/build/lb_bootstrap_cdebootstrap index d7724d7c4..4a46818fa 100755 --- a/scripts/build/lb_bootstrap_cdebootstrap +++ b/scripts/build/lb_bootstrap_cdebootstrap @@ -80,7 +80,7 @@ fi if [ -z "${LB_BOOTSTRAP_FLAVOUR}" ] then - case "${LB_PACKAGES_LISTS}" in + case "${LB_PACKAGE_LISTS}" in stripped|minimal) CDEBOOTSTRAP_OPTIONS="${CDEBOOTSTRAP_OPTIONS} --flavour=minimal" ;; @@ -155,7 +155,7 @@ then fi # Remove cdebootstrap-helper-diverts (needed at least for minimal flavours) - case "${LB_PACKAGES_LISTS}" in + case "${LB_PACKAGE_LISTS}" in stripped|minimal) Chroot chroot "dpkg -P cdebootstrap-helper-diverts" ;; diff --git a/scripts/build/lb_bootstrap_debootstrap b/scripts/build/lb_bootstrap_debootstrap index 2e68a0e48..25028889b 100755 --- a/scripts/build/lb_bootstrap_debootstrap +++ b/scripts/build/lb_bootstrap_debootstrap @@ -88,7 +88,7 @@ if [ "${LB_USE_FAKEROOT}" != "true" ] then if [ -z "${LB_BOOTSTRAP_FLAVOUR}" ] then - if In_list "stripped minimal" "${LB_PACKAGES_LISTS}" + if In_list "stripped minimal" "${LB_PACKAGE_LISTS}" then DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --variant=minbase" fi diff --git a/scripts/build/lb_chroot b/scripts/build/lb_chroot index a5e83f044..1dff0bdd2 100755 --- a/scripts/build/lb_chroot +++ b/scripts/build/lb_chroot @@ -56,8 +56,8 @@ lb chroot_linux-image install ${*} lb chroot_preseed ${*} lb chroot_local-preseed ${*} lb chroot_tasks ${*} -lb chroot_packageslists ${*} -lb chroot_local-packageslists ${*} +lb chroot_packagelists ${*} +lb chroot_local-packagelists ${*} lb chroot_packages ${*} lb chroot_local-packages ${*} lb chroot_install-packages ${*} diff --git a/scripts/build/lb_chroot_hooks b/scripts/build/lb_chroot_hooks index ed40b18c0..7e2860cc5 100755 --- a/scripts/build/lb_chroot_hooks +++ b/scripts/build/lb_chroot_hooks @@ -39,7 +39,7 @@ Check_lockfile .lock Create_lockfile .lock # Processing hooks -HOOKS="$(echo ${LB_HOOKS} ${LB_PACKAGES_LISTS} ${LB_TASKS} | sed -e 's| |\n|g' | sort -u)" +HOOKS="$(echo ${LB_HOOKS} ${LB_PACKAGE_LISTS} ${LB_TASKS} | sed -e 's| |\n|g' | sort -u)" for HOOK in ${HOOKS} do diff --git a/scripts/build/lb_chroot_local-packageslists b/scripts/build/lb_chroot_local-packagelists index ab7e5f20a..ea333cc11 100755 --- a/scripts/build/lb_chroot_local-packageslists +++ b/scripts/build/lb_chroot_local-packagelists @@ -14,7 +14,7 @@ set -e . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh # Setting static variables -DESCRIPTION="$(Echo 'queue install of local packages lists into chroot')" +DESCRIPTION="$(Echo 'queue install of local package lists into chroot')" HELP="" USAGE="${PROGRAM} [--force]" @@ -24,13 +24,13 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -Echo_message "Begin queueing installation of local packages lists..." +Echo_message "Begin queueing installation of local package lists..." # Requiring stage file Require_stagefile .stage/config .stage/bootstrap # Checking stage file -Check_stagefile .stage/chroot_local-packageslists +Check_stagefile .stage/chroot_local-packagelists # Checking lock file Check_lockfile .lock @@ -38,15 +38,15 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if ls config/chroot_local-packageslists/*.list > /dev/null 2>&1 +if ls config/chroot_local-packagelists/*.list > /dev/null 2>&1 then - for LIST in config/chroot_local-packageslists/*.list + for LIST in config/chroot_local-packagelists/*.list do # Generating local package list - Expand_packagelist "$(basename ${LIST})" "config/chroot_local-packageslists" \ + Expand_packagelist "$(basename ${LIST})" "config/chroot_local-packagelists" \ >> chroot/root/chroot_packages done # Creating stage file - Create_stagefile .stage/chroot_local-packageslists + Create_stagefile .stage/chroot_local-packagelists fi diff --git a/scripts/build/lb_chroot_packageslists b/scripts/build/lb_chroot_packagelists index bd2ba24dc..398432c0a 100755 --- a/scripts/build/lb_chroot_packageslists +++ b/scripts/build/lb_chroot_packagelists @@ -14,7 +14,7 @@ set -e . "${LB_BASE:-/usr/share/live/build}"/scripts/build.sh # Setting static variables -DESCRIPTION="$(Echo 'queue install of packages lists into chroot')" +DESCRIPTION="$(Echo 'queue install of package lists into chroot')" HELP="" USAGE="${PROGRAM} [--force]" @@ -24,13 +24,13 @@ Arguments "${@}" Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source Set_defaults -Echo_message "Begin queueing installation of packages lists..." +Echo_message "Begin queueing installation of package lists..." # Requiring stage file Require_stagefile .stage/config .stage/bootstrap # Checking stage file -Check_stagefile .stage/chroot_packageslists +Check_stagefile .stage/chroot_packagelists # Checking lock file Check_lockfile .lock @@ -38,15 +38,15 @@ Check_lockfile .lock # Creating lock file Create_lockfile .lock -if [ -n "${LB_PACKAGES_LISTS}" ] && [ "${LB_PACKAGES_LISTS}" != "none" ] +if [ -n "${LB_PACKAGE_LISTS}" ] && [ "${LB_PACKAGE_LISTS}" != "none" ] then - for LIST in ${LB_PACKAGES_LISTS} + for LIST in ${LB_PACKAGE_LISTS} do # Generating package list Expand_packagelist "${LIST}" >> chroot/root/chroot_packages done # Creating stage file - Create_stagefile .stage/chroot_packageslists + Create_stagefile .stage/chroot_packagelists fi diff --git a/scripts/build/lb_chroot_preseed b/scripts/build/lb_chroot_preseed index 22bfe7a10..26b792275 100755 --- a/scripts/build/lb_chroot_preseed +++ b/scripts/build/lb_chroot_preseed @@ -39,7 +39,7 @@ Check_lockfile .lock Create_lockfile .lock # Processing preseeds -for PRESEED in ${LB_PACKAGES_LISTS} ${LB_TASKS} +for PRESEED in ${LB_PACKAGE_LISTS} ${LB_TASKS} do if [ -f ${LB_BASE:-/usr/share/live/build}/preseed/"${PRESEED}" ] then diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources index e073d3ac5..79e4232f5 100755 --- a/scripts/build/lb_chroot_sources +++ b/scripts/build/lb_chroot_sources @@ -238,7 +238,7 @@ EOF # If we bootstrapped a minimal chroot, we need # to install apt-utils before we have have # completed all the indices. - case "${LB_PACKAGES_LISTS}" in + case "${LB_PACKAGE_LISTS}" in stripped|minimal) Chroot chroot "apt-get update" ;; diff --git a/scripts/build/lb_config b/scripts/build/lb_config index 6772519a7..1b101d30f 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -111,7 +111,7 @@ USAGE="${PROGRAM} [--apt apt|aptitude]\n\ \t [--net-cow-path PATH]\n\ \t [--net-cow-server IP|HOSTNAME]\n\ \t [--net-tarball bzip2|gzip|tar|none]\n\ -\t [-p|--packages-lists FILE]\n\ +\t [-p|--package-lists FILE]\n\ \t [--packages PACKAGE|\"PACKAGES\"]\n\ \t [--quiet]\n\ \t [-r|--repositories REPOSITORY|\"REPOSITORIES\"]\n\ @@ -144,7 +144,7 @@ Local_arguments () distribution:,mirror-bootstrap:,mirror-chroot:,mirror-chroot-security:,mirror-chroot-volatile:,mirror-chroot-backports:,mirror-binary:, mirror-binary-security:,mirror-binary-volatile:,mirror-binary-backports:,mirror-debian-installer:,archive-areas:,chroot-filesystem:,exposed-root:,virtual-root-size:, gzip-options:,hooks:,interactive:,keyring-packages:,language:,linux-flavours:,linux-packages:, - packages:,packages-lists:,tasks:,security:,volatile:,backports:,sysvinit:,binary-filesystem:,binary-images:, + packages:,package-lists:,tasks:,security:,volatile:,backports:,sysvinit:,binary-filesystem:,binary-images:, apt-indices:,bootappend-install:,bootappend-live:,bootloader:,checksums:,build-with-chroot:, debian-installer:,debian-installer-distribution:,debian-installer-preseedfile:,debian-installer-gui:, encryption:,grub-splash:,hostname:,isohybrid-options:,iso-application:,iso-preparer:,iso-publisher:, @@ -181,7 +181,7 @@ Local_arguments () Print_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source # Dump contents of directories that contain text files - for DIRECTORY in config/binary_local-packageslists config/chroot_local-packageslists config/chroot_apt config/chroot_local-patches config/chroot_local-preseed config/binary_rootfs + for DIRECTORY in config/binary_local-packagelists config/chroot_local-packagelists config/chroot_apt config/chroot_local-patches config/chroot_local-preseed config/binary_rootfs do if Find_files "${DIRECTORY}" then @@ -499,8 +499,8 @@ Local_arguments () shift 2 ;; - -p|--packages-lists) - LB_PACKAGES_LISTS="${2}" + -p|--package-lists) + LB_PACKAGE_LISTS="${2}" shift 2 ;; @@ -1029,7 +1029,7 @@ mkdir -p config/chroot_local-hooks mkdir -p config/chroot_local-includes mkdir -p config/chroot_local-patches mkdir -p config/chroot_local-packages -mkdir -p config/chroot_local-packageslists +mkdir -p config/chroot_local-packagelists mkdir -p config/chroot_local-preseed mkdir -p config/chroot_sources @@ -1084,9 +1084,9 @@ LB_REPOSITORIES="${LB_REPOSITORIES}" # (Default: empty) LB_PACKAGES="${LB_PACKAGES}" -# \$LB_PACKAGES_LISTS: set package list to install -# (Default: ${LB_PACKAGES_LISTS}) -LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS}" +# \$LB_PACKAGE_LISTS: set package list to install +# (Default: ${LB_PACKAGE_LISTS}) +LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS}" # \$LB_TASKS: set tasks to install # (Default: empty) @@ -1116,7 +1116,7 @@ mkdir -p config/binary_grub mkdir -p config/binary_local-debs mkdir -p config/binary_local-hooks mkdir -p config/binary_local-includes -mkdir -p config/binary_local-packageslists +mkdir -p config/binary_local-packagelists mkdir -p config/binary_local-udebs mkdir -p config/binary_rootfs mkdir -p config/binary_syslinux @@ -1277,8 +1277,8 @@ mkdir -p auto/scripts if [ "${CONFIG}" = "clone" ] # FIXME then # Read package selection - echo $(dpkg --get-selections | awk '{ print $1 }') > config/chroot_local-packageslists/local-system - LB_PACKAGES_LISTS="${LB_PACKAGES_LISTS} local-system" + echo $(dpkg --get-selections | awk '{ print $1 }') > config/chroot_local-packagelists/local-system + LB_PACKAGE_LISTS="${LB_PACKAGE_LISTS} local-system" # Read debconf questions if [ ! -f /usr/bin/debconf-get-selections ] diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html index 32c0d7951..e10421fa1 100644 --- a/templates/cgi/debian-official/build.html +++ b/templates/cgi/debian-official/build.html @@ -14,7 +14,7 @@ <tr><td>Email: </td><td>EMAIL</td></tr> <tr><td>--binary-image: </td><td>LB_BINARY_IMAGES</td></tr> <tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr> - <tr><td>--packages-lists: </td><td>LB_PACKAGES_LISTS</td></tr> + <tr><td>--package-lists: </td><td>LB_PACKAGE_LISTS</td></tr> <tr><td>--tasks: </td><td>LB_TASKS</td><tr> <tr><td>--packages: </td><td>LB_PACKAGES</td><tr> </table> diff --git a/templates/cgi/debian-official/form.html b/templates/cgi/debian-official/form.html index 1872a22fd..d3ae83736 100644 --- a/templates/cgi/debian-official/form.html +++ b/templates/cgi/debian-official/form.html @@ -43,9 +43,9 @@ </td> </tr> <tr> - <td><label for="Packages_Lists">--packages-lists:</label> </td> + <td><label for="Package_Lists">--package-lists:</label> </td> <td> - <select id="Packages_Lists" name="packages_lists" size="1" > + <select id="Package_Lists" name="package_lists" size="1" > <option value="debian-forensics">debian-forensics</option> <option value="debian-junior">debian-junior</option> <option value="debian-live">debian-live</option> @@ -168,7 +168,7 @@ </tr> <!-- LIVE_LINUX_PACKAGES --> <!-- LIVE_PACKAGES --> - <!-- LIVE_PACKAGES_LISTS --> + <!-- LIVE_PACKAGE_LISTS --> <!-- LIVE_TASKS --> <tr> <td><label for="Security">--security:</label> </td> diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html index b5fc19540..393aa9c25 100644 --- a/templates/cgi/debian-unofficial/build.html +++ b/templates/cgi/debian-unofficial/build.html @@ -14,7 +14,7 @@ <tr><td>Email: </td><td>EMAIL</td></tr> <tr><td>--binary-image: </td><td>LB_BINARY_IMAGES</td></tr> <tr><td>--distribution: </td><td>LB_DISTRIBUTION</td></tr> - <tr><td>--packages-lists: </td><td>LB_PACKAGES_LISTS</td></tr> + <tr><td>--package-lists: </td><td>LB_PACKAGE_LISTS</td></tr> <tr><td>--tasks: </td><td>LB_TASKS</td><tr> <tr><td>--packages: </td><td>LB_PACKAGES</td><tr> </table> diff --git a/templates/cgi/debian-unofficial/form.html b/templates/cgi/debian-unofficial/form.html index 6dcc82597..4f76c34cf 100644 --- a/templates/cgi/debian-unofficial/form.html +++ b/templates/cgi/debian-unofficial/form.html @@ -42,9 +42,9 @@ </td> </tr> <tr> - <td><label for="Packages_Lists">--packages-lists:</label> </td> + <td><label for="Package_Lists">--package-lists:</label> </td> <td> - <select id="Packages_Lists" name="packages_lists" size="1" > + <select id="Package_Lists" name="package_lists" size="1" > <option value="debian-forensics">debian-forensics</option> <option value="debian-junior">debian-junior</option> <option value="debian-live">debian-live</option> @@ -167,7 +167,7 @@ </tr> <!-- LIVE_LINUX_PACKAGES --> <!-- LIVE_PACKAGES --> - <!-- LIVE_PACKAGES_LISTS --> + <!-- LIVE_PACKAGE_LISTS --> <!-- LIVE_TASKS --> <tr> <td><label for="Security">--security:</label> </td> |